udevil.conf: iso9660 & udf add ro to prevent mount read-only warning

This commit is contained in:
IgnorantGuru 2012-05-28 10:24:05 -06:00
parent 60a8c581f7
commit 907401775e
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@
mounted messages to stdout instead of stderr
[devmon 1.1.1] use pmount ahead of udisks; test executables
do not log read default config location
udevil.conf: iso9660 & udf add ro to prevent mount read-only warning
0.2.3 2012-05-27:
create /run/media/$USER on demand; add configure --with-setfacl-prog
corrected Arch Linux udevil-git AUR package overwriting udevil.conf

View File

@ -213,6 +213,9 @@ forbidden_files =
# WARNING: OPTIONS PRESENT OR MISSING CAN CAUSE SERIOUS SECURITY PROBLEMS.
default_options = nosuid, noexec, nodev, noatime
default_options_file = nosuid, noexec, nodev, noatime, uid=$UID, gid=$GID, ro
# mount iso9660 and udf with 'ro' to prevent mount read-only warning
default_options_iso9660 = nosuid, noexec, nodev, noatime, uid=$UID, gid=$GID, ro
default_options_udf = nosuid, noexec, nodev, noatime, uid=$UID, gid=$GID, ro
default_options_vfat = nosuid, noexec, nodev, noatime, fmask=0022, dmask=0022, uid=$UID, gid=$GID
default_options_msdos = nosuid, noexec, nodev, noatime, fmask=0022, dmask=0022, uid=$UID, gid=$GID
default_options_umsdos = nosuid, noexec, nodev, noatime, fmask=0022, dmask=0022, uid=$UID, gid=$GID