Bug 908292

Summary: The fuse package should include a sample /etc/fuse.conf file
Product: [openSUSE] openSUSE Distribution Reporter: Greg Freemyer <Greg.Freemyer>
Component: BasesystemAssignee: Forgotten User sLJ7K2dvxj <forgotten_sLJ7K2dvxj>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Minor    
Priority: P5 - None CC: archie.cobbs, bwiedemann, forgotten_sLJ7K2dvxj
Version: 13.2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Greg Freemyer 2014-12-04 00:37:02 UTC
fuse supports a conf file in /etc

Per http://sourceforge.net/p/fuse/wiki/Fuse.conf/ it only supports 2 values:

user_allow_other
mount_max = n

I assume there are default values, so the virgin /etc/fuse.conf file could simply contain:

=====
# The file /etc/fuse.conf allows for the following parameters:
#
#    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

    
# mount_max = n - this option sets the maximum number of mounts. From the 
# source code (2.4.1) it appears that it must be typed exactly as shown (with a 
# single space before and after the equals sign).

# mount_max = n

# As I noted above syntax requirements appear to be pretty finicky. 
====

I stumbled on this because I was troubleshooting a permissions issue with fuse mounts so this is just a nicety, but it would have been helpful if this file was already in place.
Comment 1 Bernhard Wiedemann 2014-12-10 21:15:45 UTC
https://build.opensuse.org/request/show/264719 filesystems / fuse
Comment 2 Forgotten User sLJ7K2dvxj 2015-01-21 14:38:26 UTC
Done in Factory.