From: Jan Palus Date: Thu, 5 Apr 2018 19:56:25 +0000 (+0200) Subject: use fuse.conf from libfuse3 to avoid conflict; rel 2 X-Git-Tag: auto/th/libfuse-2.9.7-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=ee9e6a9c2e2b4e4ef431185d90d29c40c0e72b22;p=packages%2Flibfuse.git use fuse.conf from libfuse3 to avoid conflict; rel 2 --- 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 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