hal/fdi/policy/10osvendor 20-storage-methods.fdi,1.13,1.14
Danny Kukawka
dkukawka at freedesktop.org
Fri Feb 3 09:41:12 PST 2006
Update of /cvs/hal/hal/fdi/policy/10osvendor
In directory gabe:/tmp/cvs-serv12778/fdi/policy/10osvendor
Modified Files:
20-storage-methods.fdi
Log Message:
2006-02-03 Danny Kukawka <danny.kukawka at web.de>
* fdi/policy/10osvendor/20-storage-methods.fdi: adde allowed option
for ntfs filesystem (uid=,umask=,dmask=) to prevent files owned only
by root and also only readable by root.
Index: 20-storage-methods.fdi
===================================================================
RCS file: /cvs/hal/hal/fdi/policy/10osvendor/20-storage-methods.fdi,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- 20-storage-methods.fdi 26 Jan 2006 14:44:56 -0000 1.13
+++ 20-storage-methods.fdi 3 Feb 2006 17:41:10 -0000 1.14
@@ -89,6 +89,13 @@
<append key="volume.mount.valid_options" type="strlist">data=</append>
</match>
+ <!-- allow these mount options for ntfs -->
+ <match key="volume.fstype" string="ntfs">
+ <append key="volume.mount.valid_options" type="strlist">uid=</append>
+ <append key="volume.mount.valid_options" type="strlist">umask=</append>
+ <append key="volume.mount.valid_options" type="strlist">dmask=</append>
+ </match>
+
<!-- udf -->
<match key="volume.fstype" string="udf">
<append key="volume.mount.valid_options" type="strlist">uid=</append>
More information about the hal-commit
mailing list