]> Frank Brehm's Git Trees - config/helga-hetzner/etc.git/commitdiff
committing changes in /etc made by "/usr/bin/python3 /usr/bin/nala install -y rclone...
authorFrank Brehm <frank@brehm-online.com>
Wed, 18 Sep 2024 13:28:53 +0000 (15:28 +0200)
committerFrank Brehm <frank@brehm-online.com>
Wed, 18 Sep 2024 13:28:53 +0000 (15:28 +0200)
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
fuse.conf [new file with mode: 0644]

index fc2eaea6e89206b1d1271d52c694b7cf5cab9fe9..b9470f05739f19864e368eb7607bd143513312df 100755 (executable)
@@ -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 (file)
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