input-remapper/data/org.key-mapper.policy

20 lines
818 B
Plaintext
Raw Normal View History

2020-11-15 17:55:16 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE policyconfig PUBLIC
2020-11-21 15:42:17 +00:00
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"
>
2020-11-15 17:55:16 +00:00
<policyconfig>
<icon_name>mouse</icon_name>
<action id="org.key-mapper">
<description>Run Key Mapper as root</description>
2020-11-22 14:18:34 +00:00
<message>Authentication is required to discover devices.</message>
2020-11-15 17:55:16 +00:00
<defaults>
<allow_any>no</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
2020-11-21 15:42:17 +00:00
<annotate key="org.freedesktop.policykit.exec.path">{executable}</annotate>
2020-11-15 17:55:16 +00:00
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>