2020-08-04 23:09:05 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE policyconfig PUBLIC
|
2020-08-05 21:15:32 -04:00
|
|
|
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
|
|
|
|
"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
|
2020-08-04 23:09:05 -04:00
|
|
|
<policyconfig>
|
2020-08-05 21:15:32 -04:00
|
|
|
<vendor>TUF Manager</vendor>
|
|
|
|
<vendor_url>https://git.cromer.cl/cromer/tuf-manager/</vendor_url>
|
|
|
|
<icon_name>tuf-manager</icon_name>
|
|
|
|
<action id="org.tuf.manager.save">
|
|
|
|
<message>Authentication is required</message>
|
|
|
|
<defaults>
|
|
|
|
<allow_any>no</allow_any>
|
|
|
|
<allow_inactive>auth_admin_keep</allow_inactive>
|
|
|
|
<allow_active>auth_admin_keep</allow_active>
|
|
|
|
</defaults>
|
|
|
|
</action>
|
2020-08-04 23:09:05 -04:00
|
|
|
</policyconfig>
|