]> git.pld-linux.org Git - packages/galternatives.git/blob - org.fedoraproject.pkexec.run-galternatives.policy
use exec
[packages/galternatives.git] / org.fedoraproject.pkexec.run-galternatives.policy
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE policyconfig PUBLIC
3  "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
4  "http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
5 <policyconfig>
6
7   <action id="org.fedoraproject.pkexec.run-galternatives">
8     <description>Run the galternatives program</description>
9     <message>Authentication is required to run galternatives</message>
10     <icon_name>galternatives</icon_name>
11     <defaults>
12       <allow_any>auth_admin</allow_any>
13       <allow_inactive>auth_admin</allow_inactive>
14       <allow_active>auth_admin</allow_active>
15     </defaults>
16     <annotate key="org.freedesktop.policykit.exec.path">/usr/sbin/galternatives</annotate>
17     <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
18   </action>
19
20 </policyconfig>
This page took 0.109343 seconds and 3 git commands to generate.