no default ro for udf in udevil.conf

This commit is contained in:
IgnorantGuru 2012-08-15 09:44:16 -06:00
parent 27aacce3eb
commit afc05b9d43
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -322,7 +322,7 @@ TRANSLATIONS
LICENSE
udevil - Copyright (C) 2012 GPL3
udevil - Copyright (C) 2012 GPL3+
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the

View File

@ -214,7 +214,7 @@ 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_udf = nosuid, noexec, nodev, noatime, uid=$UID, gid=$GID
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