[PC-BSD Commits] r2927 - in pcbsd: branches/7.0/system-overlay/usr/local/etc/PolicyKit trunk/system-overlay/usr/local/etc/PolicyKit
svn at pcbsd.org
svn at pcbsd.org
Tue Oct 21 10:45:00 PDT 2008
Author: kris
Date: 2008-10-21 10:44:53 -0700 (Tue, 21 Oct 2008)
New Revision: 2927
Modified:
pcbsd/branches/7.0/system-overlay/usr/local/etc/PolicyKit/PolicyKit.conf
pcbsd/trunk/system-overlay/usr/local/etc/PolicyKit/PolicyKit.conf
Log:
Updated the PolicyKit.conf file to enable ejecting of optical media properly. Will work after Joe Marcus Clarke commits some fixes to HAL here shortly.
Modified: pcbsd/branches/7.0/system-overlay/usr/local/etc/PolicyKit/PolicyKit.conf
===================================================================
--- pcbsd/branches/7.0/system-overlay/usr/local/etc/PolicyKit/PolicyKit.conf 2008-10-21 14:57:43 UTC (rev 2926)
+++ pcbsd/branches/7.0/system-overlay/usr/local/etc/PolicyKit/PolicyKit.conf 2008-10-21 17:44:53 UTC (rev 2927)
@@ -13,4 +13,7 @@
<match action="org.freedesktop.hal.storage.mount-fixed">
<return result="yes"/>
</match>
+ <match action="org.freedesktop.hal.storage.eject">
+ <return result="yes"/>
+ </match>
</config>
Modified: pcbsd/trunk/system-overlay/usr/local/etc/PolicyKit/PolicyKit.conf
===================================================================
--- pcbsd/trunk/system-overlay/usr/local/etc/PolicyKit/PolicyKit.conf 2008-10-21 14:57:43 UTC (rev 2926)
+++ pcbsd/trunk/system-overlay/usr/local/etc/PolicyKit/PolicyKit.conf 2008-10-21 17:44:53 UTC (rev 2927)
@@ -13,4 +13,7 @@
<match action="org.freedesktop.hal.storage.mount-fixed">
<return result="yes"/>
</match>
+ <match action="org.freedesktop.hal.storage.eject">
+ <return result="yes"/>
+ </match>
</config>
More information about the Commits
mailing list