Remove obsolete file.
[connman] / plugins / polkit.policy
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
11   <action id="org.moblin.connman.modify">
12     <description>Settings configuration</description>
13     <message>Policy prevents modification of settings</message>
14     <defaults>
15       <allow_inactive>no</allow_inactive>
16       <allow_active>auth_self_keep_session</allow_active>
17     </defaults>
18   </action>
19
20   <action id="org.moblin.connman.secret">
21     <description>Secrets configuration</description>
22     <message>Policy prevents modification of secrets</message>
23     <defaults>
24       <allow_inactive>no</allow_inactive>
25       <allow_active>auth_admin_keep_session</allow_active>
26     </defaults>
27   </action>
28
29 </policyconfig>