summaryrefslogtreecommitdiff
path: root/policy
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-02-11 11:19:02 -0600
committerDan Williams <dcbw@redhat.com>2011-02-11 11:19:02 -0600
commitf2c317e3d2ba3acbe73bf060d767115b2421db69 (patch)
tree424b4a8c461b80f7e3bcf0219d1a0812d406d219 /policy
parent76467e53e5c7ae55683491e71f6cae8048a7d874 (diff)
policy: rename "modfiy" permission to "modify system"
Meaning stays the same, but this will allow us to differentiate in the future between personal connections (ie, just visible to one user) and system connections (visible to more than one user).
Diffstat (limited to 'policy')
-rw-r--r--policy/org.freedesktop.NetworkManager.policy.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/policy/org.freedesktop.NetworkManager.policy.in b/policy/org.freedesktop.NetworkManager.policy.in
index acdee8829c..7cc72c2ce4 100644
--- a/policy/org.freedesktop.NetworkManager.policy.in
+++ b/policy/org.freedesktop.NetworkManager.policy.in
@@ -81,12 +81,12 @@
</defaults>
</action>
- <action id="org.freedesktop.NetworkManager.settings.modify">
- <_description>Modify system connections</_description>
- <_message>System policy prevents modification of system settings</_message>
+ <action id="org.freedesktop.NetworkManager.settings.modify.system">
+ <_description>Modify network connections for all users</_description>
+ <_message>System policy prevents modification of network settings for all users</_message>
<defaults>
<allow_inactive>no</allow_inactive>
- <allow_active>auth_admin_keep</allow_active>
+ <allow_active>yes</allow_active>
</defaults>
</action>