2013-01-06 15:10:13 -03:00
|
|
|
<?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.0/policyconfig.dtd">
|
|
|
|
<policyconfig>
|
|
|
|
<vendor>Manjaro</vendor>
|
2013-03-31 14:31:33 -03:00
|
|
|
<vendor_url>http://manjaro.org/</vendor_url>
|
|
|
|
<icon_name>package-x-generic</icon_name>
|
2013-10-16 10:34:09 -03:00
|
|
|
<action id="org.manjaro.pamac.commit">
|
2013-03-31 14:31:33 -03:00
|
|
|
<message>Authentication is required</message>
|
2013-01-06 15:10:13 -03:00
|
|
|
<defaults>
|
|
|
|
<allow_any>no</allow_any>
|
|
|
|
<allow_inactive>no</allow_inactive>
|
|
|
|
<allow_active>auth_admin_keep</allow_active>
|
|
|
|
</defaults>
|
|
|
|
</action>
|
2014-01-29 11:44:19 -03:00
|
|
|
<action id="org.manjaro.pamac.write_config">
|
|
|
|
<message>Authentication is required</message>
|
|
|
|
<defaults>
|
|
|
|
<allow_any>no</allow_any>
|
|
|
|
<allow_inactive>no</allow_inactive>
|
|
|
|
<allow_active>auth_admin_keep</allow_active>
|
|
|
|
</defaults>
|
|
|
|
</action>
|
2013-01-06 15:10:13 -03:00
|
|
|
</policyconfig>
|