From e9e33e48eb69deaafb07b570fda7d273ffcf7c84 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Thu, 13 Dec 2018 11:14:20 +0100 Subject: [PATCH] udevil: don't change permissions of mounted filesystems Setting mount_point_mode results in permanent changes of filesystem permissions, trashing permissions users may have manually set up. Udisks2 doesn't do that either so drop that option. Signed-off-by: Matthias Reichl --- packages/sysutils/udevil/config/udevil.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/sysutils/udevil/config/udevil.conf b/packages/sysutils/udevil/config/udevil.conf index 995d3c156a..d2f653a235 100644 --- a/packages/sysutils/udevil/config/udevil.conf +++ b/packages/sysutils/udevil/config/udevil.conf @@ -259,11 +259,11 @@ allowed_options_exfat = nosuid, noexec, nodev, noatime, ro, rw, uid=$UID, gi # mount_point_mode_FSTYPE, if present, is used to override mount_point_mode # when mounting a specific fstype (eg ext2, nfs). # NOT SETTING A MODE CAN HAVE SECURITY IMPLICATIONS FOR SOME FSTYPES -mount_point_mode = 0755 +# mount_point_mode = 0755 # don't set a mode for some types: -mount_point_mode_sshfs = -mount_point_mode_curlftpfs = -mount_point_mode_ftpfs = +# mount_point_mode_sshfs = +# mount_point_mode_curlftpfs = +# mount_point_mode_ftpfs = # Use the settings below to change the default locations of programs used by