113
by Robert Ancell
Make Polkit policy translatable |
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 |
||
7 |
<vendor>Snapcraft</vendor> |
|
8 |
<vendor_url>http://snapcraft.io</vendor_url> |
|
9 |
||
10 |
<action id="io.snapcraft.login"> |
|
279
by Robert Ancell
Drop gettext-domain from polkit policy files - it is an Ubuntu extension and doesn't work elsewhere |
11 |
<_description>Install / remove snaps</_description> |
12 |
<_message>Authentication is required to install / remove snaps</_message> |
|
113
by Robert Ancell
Make Polkit policy translatable |
13 |
<defaults>
|
14 |
<allow_any>auth_admin_keep</allow_any> |
|
15 |
<allow_inactive>auth_admin_keep</allow_inactive> |
|
16 |
<allow_active>auth_admin_keep</allow_active> |
|
17 |
</defaults>
|
|
18 |
</action>
|
|
19 |
</policyconfig>
|