927
by Marcel Holtmann
Change the default access policy for PolicyKit |
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 |
||
6 |
<policyconfig>
|
|
7 |
||
8 |
<vendor>Connection Manager</vendor> |
|
9 |
<icon_name>network-wireless</icon_name> |
|
10 |
||
2919
by Marcel Holtmann
Change service name from org.moblin.connman to net.connman |
11 |
<action id="net.connman.modify"> |
927
by Marcel Holtmann
Change the default access policy for PolicyKit |
12 |
<description>Settings configuration</description> |
13 |
<message>Policy prevents modification of settings</message> |
|
14 |
<defaults>
|
|
15 |
<allow_inactive>no</allow_inactive> |
|
7046
by Philip Withnall
plugins: Fix polkit policy defaults to use current allow values |
16 |
<allow_active>auth_self_keep</allow_active> |
927
by Marcel Holtmann
Change the default access policy for PolicyKit |
17 |
</defaults>
|
18 |
</action>
|
|
19 |
||
2919
by Marcel Holtmann
Change service name from org.moblin.connman to net.connman |
20 |
<action id="net.connman.secret"> |
927
by Marcel Holtmann
Change the default access policy for PolicyKit |
21 |
<description>Secrets configuration</description> |
22 |
<message>Policy prevents modification of secrets</message> |
|
23 |
<defaults>
|
|
24 |
<allow_inactive>no</allow_inactive> |
|
7046
by Philip Withnall
plugins: Fix polkit policy defaults to use current allow values |
25 |
<allow_active>auth_admin_keep</allow_active> |
927
by Marcel Holtmann
Change the default access policy for PolicyKit |
26 |
</defaults>
|
27 |
</action>
|
|
28 |
||
29 |
</policyconfig>
|