<?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 user="enrico" />

<match action="org.freedesktop.hal.storage.unmount-others">
    <return result="yes" />
</match>
<match action="org.freedesktop.hal.power-management.reboot">
    <return result="yes" />
</match>
<match action="org.freedesktop.hal.power-management.shutdown">
    <return result="yes" />
</match>
<match action="org.freedesktop.hal.power-management.hibernate">
    <return result="yes" />
</match>
<match action="org.freedesktop.hal.power-management.suspend">
    <return result="yes" />
</match>
-->
</config>
