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
Joshua Dye 6 years ago
parent ff24da593a
commit 67a5a91c65

@ -709,6 +709,7 @@ maybe chmod 0755 'fonts/conf.d'
maybe chmod 0644 'fonts/conf.d/README' maybe chmod 0644 'fonts/conf.d/README'
maybe chmod 0644 'fonts/fonts.conf' maybe chmod 0644 'fonts/fonts.conf'
maybe chmod 0644 'fstab' maybe chmod 0644 'fstab'
maybe chmod 0644 'fuse.conf'
maybe chmod 0644 'gai.conf' maybe chmod 0644 'gai.conf'
maybe chmod 0755 'gconf' maybe chmod 0755 'gconf'
maybe chmod 0755 'gconf/2' maybe chmod 0755 'gconf/2'

@ -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
Loading…
Cancel
Save