lutris/share/polkit-1/actions/net.lutris.resetxpad.policy
2015-11-18 02:47:58 -08:00

22 lines
791 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
<policyconfig>
<vendor>Lutris</vendor>
<vendor_url>http://lutris.net</vendor_url>
<action id="net.lutris.resetxpad.pkexec.run">
<description>Reset xpad module</description>
<message>Authentication is required to reset xpad</message>
<defaults>
<allow_any>yes</allow_any>
<allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.exec.path">/usr/share/lutris/bin/resetxpad</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>