41 lines
967 B
XML
41 lines
967 B
XML
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
|
|
|
|
<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
|
|
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">
|
|
|
|
<!-- See the manual page PolicyKit.conf(5) for file format -->
|
|
|
|
<config version="0.1">
|
|
|
|
<define_admin_auth group="wheel"/>
|
|
<match user="root">
|
|
<return result="yes"/>
|
|
</match>
|
|
|
|
<match action="org.freedesktop.hal.storage.mount-removable">
|
|
<return result="yes" />
|
|
</match>
|
|
|
|
<match action="org.freedesktop.hal.storage.mount-fixed">
|
|
<return result="yes"/>
|
|
</match>
|
|
|
|
<match action="org.freedesktop.hal.storage.eject">
|
|
<return result="yes"/>
|
|
</match>
|
|
|
|
<match action="hal-storage-mount-removable-extra-options">
|
|
<return result="yes"/>
|
|
</match>
|
|
|
|
<match action="hal-storage-mount-fixed-extra-options">
|
|
<return result="yes"/>
|
|
</match>
|
|
|
|
<match action="org.freedesktop.hal.power-management.*">
|
|
<return result="yes"/>
|
|
</match>
|
|
|
|
</config>
|
|
|