blob: cb6c631e021e278e4ecb829ea10f1da343b34209 (
plain)
1
2
3
4
5
6
7
8
9
|
# Set the maximum number of FUSE mounts allowed to non-root users.
# The default is 1000.
#
#mount_max = 1000
# Allow non-root users to specify the 'allow_other' or 'allow_root'
# mount options.
#
#user_allow_other
|