View Single Post
  #2   (View Single Post)  
Old 18th May 2008
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

At the risk of being accused of bumping my thread here is my PolicyKit.conf.
Note that automount for removable drives functions:

Code:
<config version="0.1">
  <match action="org.freedesktop.hal.power-management.shutdown">
    <match usr="jsh">
      <return result="yes"/>
    </match>
  </match>
  <match action="org.freedesktop.hal.power-management.reboot">
    <match user="jsh">
      <return result="yes"/>
    </match>
  </match>
  <match action="org.freedesktop.hal.storage.mount-removable">
    <match user="jsh">
      <return result="yes"/>
    </match>
  </match>
    <match user="root">
        <return result="yes"/>
    </match>
    <define_admin_auth group="wheel"/>
</config>
Any help appreciated
Reply With Quote