From 67a5a91c6554d40f16109614890d3b18787be4ba Mon Sep 17 00:00:00 2001 From: Joshua Dye Date: Tue, 4 Dec 2018 15:29:50 -0500 Subject: [PATCH] committing changes in /etc after apt run Package changes: +fuse 2.9.8-2 armhf +libfuse2 2.9.8-2 armhf +libntfs-3g88 1:2017.3.23-2 armhf +ntfs-3g 1:2017.3.23-2 armhf --- .etckeeper | 1 + fuse.conf | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 fuse.conf diff --git a/.etckeeper b/.etckeeper index f4f70403..3f3275ca 100755 --- a/.etckeeper +++ b/.etckeeper @@ -709,6 +709,7 @@ maybe chmod 0755 'fonts/conf.d' maybe chmod 0644 'fonts/conf.d/README' maybe chmod 0644 'fonts/fonts.conf' maybe chmod 0644 'fstab' +maybe chmod 0644 'fuse.conf' maybe chmod 0644 'gai.conf' maybe chmod 0755 'gconf' maybe chmod 0755 'gconf/2' diff --git a/fuse.conf b/fuse.conf new file mode 100644 index 00000000..ae194a07 --- /dev/null +++ b/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