[packages/libfuse] use fuse.conf from libfuse3 to avoid conflict; rel 2

atler atler at pld-linux.org
Thu Apr 5 21:57:33 CEST 2018


commit ee9e6a9c2e2b4e4ef431185d90d29c40c0e72b22
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Apr 5 21:56:25 2018 +0200

    use fuse.conf from libfuse3 to avoid conflict; rel 2

 fuse.conf    | 20 ++++++++++++++------
 libfuse.spec |  2 +-
 2 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/libfuse.spec b/libfuse.spec
index 5a688da..be4d8ce 100644
--- a/libfuse.spec
+++ b/libfuse.spec
@@ -2,7 +2,7 @@ Summary:	Filesystem in Userspace
 Summary(pl.UTF-8):	System plików w przestrzeni użytkownika
 Name:		libfuse
 Version:	2.9.7
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Applications/System
 #Source0Download: https://github.com/libfuse/libfuse/releases
diff --git a/fuse.conf b/fuse.conf
index bdcb935..3c9b6ac 100644
--- a/fuse.conf
+++ b/fuse.conf
@@ -1,9 +1,17 @@
-# Set the maximum number of FUSE mounts allowed to non-root users.
-# The default is 1000.
+# The file /etc/fuse.conf allows for the following parameters:
 #
-# mount_max = 
+# user_allow_other - Using the allow_other mount option works fine as root, in
+# order to have it work as user you need user_allow_other in /etc/fuse.conf as
+# well. (This option allows users to use the allow_other option.) You need
+# allow_other if you want users other than the owner to access a mounted fuse.
+# This option must appear on a line by itself. There is no value, just the
+# presence of the option.
 
+#user_allow_other
 
-# Allow non-root users to specify the 'allow_other' or 'allow_root'
-# mount options.
-# user_allow_other
+
+# mount_max = n - this option sets the maximum number of mounts.
+# Currently (2014) it must be typed exactly as shown
+# (with a single space before and after the equals sign).
+
+#mount_max = 1000
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libfuse.git/commitdiff/ee9e6a9c2e2b4e4ef431185d90d29c40c0e72b22



More information about the pld-cvs-commit mailing list