hal/fdi/policy/10osvendor 20-storage-methods.fdi,1.12,1.13

Kay Sievers kay at freedesktop.org
Thu Jan 26 06:44:58 PST 2006


Update of /cvs/hal/hal/fdi/policy/10osvendor
In directory gabe:/tmp/cvs-serv27231/fdi/policy/10osvendor

Modified Files:
	20-storage-methods.fdi 
Log Message:
2006-01-26  Kay Sievers  <kay.sievers at vrfy.org>

        * fdi/policy/10osvendor/20-storage-methods.fdi: Allow data= mount
        option for ext3 filesystems.
        * tools/hal-system-storage-mount: Allow "." in mount point
        directories.


Index: 20-storage-methods.fdi
===================================================================
RCS file: /cvs/hal/hal/fdi/policy/10osvendor/20-storage-methods.fdi,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- 20-storage-methods.fdi	24 Jan 2006 06:32:36 -0000	1.12
+++ 20-storage-methods.fdi	26 Jan 2006 14:44:56 -0000	1.13
@@ -84,6 +84,11 @@
 	<append key="volume.mount.valid_options" type="strlist">uid=</append>
       </match>
 
+      <!-- allow these mount options for ext3 -->
+      <match key="volume.fstype" string="ext3">
+	<append key="volume.mount.valid_options" type="strlist">data=</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