hal: Branch 'master'
David Zeuthen
david at kemper.freedesktop.org
Wed May 2 21:11:41 PDT 2007
fdi/policy/10osvendor/20-storage-methods.fdi | 1 +
1 files changed, 1 insertion(+)
New commits:
diff-tree 5c3cd0c0ff5e66876ee1cf8a6a5e1ea617987bdd (from 1d2f1300c84a34a095e95c739472d97c6c9923f0)
Author: Frederic Crozat <fcrozat at mandriva.com>
Date: Thu May 3 00:11:42 2007 -0400
allow flush for vfat
Since latest kernel have now "flush" support for vfat, it is a good idea
to allow this option for removable media mounting.
diff --git a/fdi/policy/10osvendor/20-storage-methods.fdi b/fdi/policy/10osvendor/20-storage-methods.fdi
index b2b190f..3abf52b 100644
--- a/fdi/policy/10osvendor/20-storage-methods.fdi
+++ b/fdi/policy/10osvendor/20-storage-methods.fdi
@@ -152,6 +152,7 @@
<append key="volume.mount.valid_options" type="strlist">dmask=</append>
<append key="volume.mount.valid_options" type="strlist">fmask=</append>
<append key="volume.mount.valid_options" type="strlist">uid=</append>
+ <append key="volume.mount.valid_options" type="strlist">flush</append>
</match>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="FreeBSD">
<append key="volume.mount.valid_options" type="strlist">longnames</append>
More information about the hal-commit
mailing list