mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
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 <hias@horus.com>
This commit is contained in:
parent
6db1ac5f83
commit
e9e33e48eb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user