From 18f8acda43cfc68ee09c36216b19ab5b1ffc1082 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 18 Sep 2024 15:28:53 +0200 Subject: [PATCH] committing changes in /etc made by "/usr/bin/python3 /usr/bin/nala install -y rclone fuse" Packages with configuration changes: +fuse 2.9.9-6+b1 amd64 Package changes: +fuse 2.9.9-6+b1 amd64 +rclone 1.60.1+dfsg-2+b5 amd64 --- .etckeeper | 1 + fuse.conf | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 fuse.conf diff --git a/.etckeeper b/.etckeeper index fc2eaea..b9470f0 100755 --- a/.etckeeper +++ b/.etckeeper @@ -575,6 +575,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 0644 'gitconfig' maybe chmod 0644 'gprofng.rc' diff --git a/fuse.conf b/fuse.conf new file mode 100644 index 0000000..ae194a0 --- /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 -- 2.39.5