hal/fdi/policy/10osvendor 10-storage-policy.fdi,1.4,1.5
David Zeuthen
david at freedesktop.org
Mon May 9 07:35:01 PDT 2005
Update of /cvs/hal/hal/fdi/policy/10osvendor
In directory gabe:/tmp/cvs-serv20385/fdi/policy/10osvendor
Modified Files:
10-storage-policy.fdi
Log Message:
2005-05-09 David Zeuthen <davidz at redhat.com>
* fdi/policy/10osvendor/10-storage-policy.fdi: Add the 'mmc' bus
to whitelist of storage devices we don't mind mounting. Verified to
work by Pierre Ossman <drzeus-list at drzeus.cx>.
Index: 10-storage-policy.fdi
===================================================================
RCS file: /cvs/hal/hal/fdi/policy/10osvendor/10-storage-policy.fdi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- 10-storage-policy.fdi 27 Feb 2005 00:42:25 -0000 1.4
+++ 10-storage-policy.fdi 9 May 2005 14:34:59 -0000 1.5
@@ -18,6 +18,9 @@
<device>
<!-- Whitelist bus types of storage devices we care about -->
<match key="info.category" string="storage">
+ <match key="storage.bus" string="mmc">
+ <merge key="storage.policy.should_mount" type="bool">true</merge>
+ </match>
<match key="storage.bus" string="usb">
<merge key="storage.policy.should_mount" type="bool">true</merge>
</match>
More information about the hal-commit
mailing list