summaryrefslogtreecommitdiff
path: root/policy
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-07-14 15:46:20 -0700
committerDan Williams <dcbw@redhat.com>2010-07-14 15:46:20 -0700
commit37d6184312c9d4cdf9ae134c6408da6a88520c39 (patch)
tree63fcf90ce11a47e91c554c2e13a706ae3a9f718d /policy
parenta1174a683e7b37f01a9ffb8562176d7f3efc1833 (diff)
downloadNetworkManager-37d6184312c9d4cdf9ae134c6408da6a88520c39.tar.gz
policy: don't tear down user connections on VT switch (rh #614556)
PK's "allow_inactive" actually means "allow inactive *local* users", so we do want to allow inactive local users to provide user connections. We don't want to allow non-local inactive users to provide user connections. So make the use-user-connections privilege match for both active and inactive so we get the behavior we want.
Diffstat (limited to 'policy')
-rw-r--r--policy/org.freedesktop.NetworkManager.policy.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/policy/org.freedesktop.NetworkManager.policy.in b/policy/org.freedesktop.NetworkManager.policy.in
index e6540655d4..3e7db0588e 100644
--- a/policy/org.freedesktop.NetworkManager.policy.in
+++ b/policy/org.freedesktop.NetworkManager.policy.in
@@ -49,7 +49,7 @@
<_description>Allow use of user-specific connections</_description>
<_message>System policy prevents use of user-specific connections</_message>
<defaults>
- <allow_inactive>no</allow_inactive>
+ <allow_inactive>yes</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>