]> git.pld-linux.org Git - packages/libfuse.git/commitdiff
use fuse.conf from libfuse3 to avoid conflict; rel 2 auto/th/libfuse-2.9.7-2
authorJan Palus <atler@pld-linux.org>
Thu, 5 Apr 2018 19:56:25 +0000 (21:56 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 5 Apr 2018 19:57:05 +0000 (21:57 +0200)
fuse.conf
libfuse.spec

index bdcb93563854aac36a88d8ab9940780411db6fcc..3c9b6ac9877fd179bfc0e83bafd071efaeb6388f 100644 (file)
--- 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
index 5a688dab752af6f3ad7630b57dc8b5bb5c722d9c..be4d8ce7ef44edc91e1bec2fac9f9f26c1e85831 100644 (file)
@@ -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
This page took 0.149224 seconds and 4 git commands to generate.