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.0/policyconfig.dtd">
5 <policyconfig>
6 <vendor>kov</vendor>
7 <vendor_url>http://kov.eti.br/</vendor_url>
9 <action id="org.gnome.gksu.spawn">
10 <description>spawn</description>
11 <message>System policy prevents executing a program with administration privileges</message>
12 <defaults>
13 <allow_any>auth_self</allow_any>
14 <allow_inactive>auth_self</allow_inactive>
15 <allow_active>auth_self</allow_active>
16 </defaults>
17 </action>
19 </policyconfig>
