hal: Branch 'master'
David Zeuthen
david at kemper.freedesktop.org
Mon Mar 26 22:19:14 PDT 2007
fdi/policy/10osvendor/20-storage-methods.fdi | 2 ++
1 files changed, 2 insertions(+)
New commits:
diff-tree 56eff0f1824c26ef6d2580957b10889f17add691 (from 986edbba7af0b846dbbfcae319f9fbe18e32eeb6)
Author: David Zeuthen <davidz at redhat.com>
Date: Tue Mar 27 01:19:15 2007 -0400
allow mount options 'acl' and 'user_xattr' for ext3
diff --git a/fdi/policy/10osvendor/20-storage-methods.fdi b/fdi/policy/10osvendor/20-storage-methods.fdi
index 7ab8658..79904f2 100644
--- a/fdi/policy/10osvendor/20-storage-methods.fdi
+++ b/fdi/policy/10osvendor/20-storage-methods.fdi
@@ -200,6 +200,8 @@
<!-- allow these mount options for ext3 -->
<match key="volume.fstype" string="ext3">
+ <append key="volume.mount.valid_options" type="strlist">acl</append>
+ <append key="volume.mount.valid_options" type="strlist">user_xattr</append>
<append key="volume.mount.valid_options" type="strlist">data=</append>
</match>
More information about the hal-commit
mailing list