summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2007-05-03 00:13:08 -0400
committerDavid Zeuthen <davidz@redhat.com>2007-05-03 00:13:24 -0400
commit259028b386cfe760bd799d757588e19e17eab6fb (patch)
treeb26b3b5f30e632c042279416619c8fe527d80152
parentb39bdd8c990ecf68948c1f3eeaaf54bdd6bc0d99 (diff)
allow acl, user_xattr on ext2
Even if ext2 is quite old, there is no reason to not allow acl and user_xattr on this kind of file system.
-rw-r--r--fdi/policy/10osvendor/20-storage-methods.fdi6
1 files changed, 6 insertions, 0 deletions
diff --git a/fdi/policy/10osvendor/20-storage-methods.fdi b/fdi/policy/10osvendor/20-storage-methods.fdi
index 3abf52ba..a54660be 100644
--- a/fdi/policy/10osvendor/20-storage-methods.fdi
+++ b/fdi/policy/10osvendor/20-storage-methods.fdi
@@ -207,6 +207,12 @@
<append key="volume.mount.valid_options" type="strlist">data=</append>
</match>
+ <!-- allow these mount options for ext2 -->
+ <match key="volume.fstype" string="ext2">
+ <append key="volume.mount.valid_options" type="strlist">acl</append>
+ <append key="volume.mount.valid_options" type="strlist">user_xattr</append>
+ </match>
+
<!-- udf -->
<match key="volume.fstype" string="udf">
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux">