summaryrefslogtreecommitdiffstats
path: root/core/modules/dnbd3/data/etc/fuse.conf
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/dnbd3/data/etc/fuse.conf')
-rw-r--r--core/modules/dnbd3/data/etc/fuse.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/modules/dnbd3/data/etc/fuse.conf b/core/modules/dnbd3/data/etc/fuse.conf
new file mode 100644
index 00000000..926d936f
--- /dev/null
+++ b/core/modules/dnbd3/data/etc/fuse.conf
@@ -0,0 +1,8 @@
+# /etc/fuse.conf - Configuration file for Filesystem in Userspace (FUSE)
+
+# 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