]> Frank Brehm's Git Trees - config/ns3/etc.git/commitdiff
committing changes in /etc made by "apt install -y libfuse-dev fuse"
authorFrank Brehm <frank@brehm-online.com>
Wed, 19 May 2021 18:56:37 +0000 (20:56 +0200)
committerFrank Brehm <frank@brehm-online.com>
Wed, 19 May 2021 18:56:37 +0000 (20:56 +0200)
Package changes:
+fuse 2.9.9-1+deb10u1 amd64
+libfuse-dev 2.9.9-1+deb10u1 amd64
+libpcre16-3 2:8.39-12 amd64
+libpcre3-dev 2:8.39-12 amd64
+libpcre32-3 2:8.39-12 amd64
+libpcrecpp0v5 2:8.39-12 amd64
+libselinux1-dev 2.8-1+b1 amd64
+libsepol1-dev 2.8-1 amd64

.etckeeper
fuse.conf [new file with mode: 0644]

index f036fec961c3fc8e360e77306f3897e204f57234..458c59f11b4160b97b56b95d1e4ff2566cb12d93 100755 (executable)
@@ -750,6 +750,7 @@ maybe chmod 0600 'ftp-backup/id_rsa'
 maybe chown 'frank' 'ftp-backup/id_rsa.pub'
 maybe chgrp 'users' 'ftp-backup/id_rsa.pub'
 maybe chmod 0644 'ftp-backup/id_rsa.pub'
+maybe chmod 0644 'fuse.conf'
 maybe chmod 0644 'gai.conf'
 maybe chmod 0644 'gitweb.conf'
 maybe chmod 0755 'groff'
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