From e3868890ff1568e6fee5c1581f242067981ad850 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 17 Sep 2024 13:44:46 +0200 Subject: [PATCH] committing changes in /etc made by "apt install -y libfuse-dev libssl-dev pkg-config fuse" Packages with configuration changes: +fuse 2.9.9-6+b1 amd64 Package changes: +fuse 2.9.9-6+b1 amd64 +libfuse-dev 2.9.9-6+b1 amd64 +libpcre2-16-0 10.42-1 amd64 +libpcre2-32-0 10.42-1 amd64 +libpcre2-dev 10.42-1 amd64 +libpkgconf3 1.8.1-1 amd64 +libselinux1-dev 3.4-1+b6 amd64 +libsepol-dev 3.4-2.1 amd64 +libssl-dev 3.0.14-1~deb12u2 amd64 +pkg-config 1.8.1-1 amd64 +pkgconf 1.8.1-1 amd64 +pkgconf-bin 1.8.1-1 amd64 --- .etckeeper | 1 + fuse.conf | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 fuse.conf diff --git a/.etckeeper b/.etckeeper index 660e26f..849d02e 100755 --- a/.etckeeper +++ b/.etckeeper @@ -803,6 +803,7 @@ maybe chmod 0600 'ftp-backup/id_rsa' maybe chown '1017' '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 0755 'ghostscript' maybe chmod 0755 'ghostscript/cidfmap.d' 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