summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2008-04-20 16:01:13 -0400
committerDavid Zeuthen <davidz@redhat.com>2008-04-20 16:01:13 -0400
commitc7116a525f643dead46873a81cf7a03bf5c54d55 (patch)
tree4aa1def09c0f09ffe6dc4b4b2e400c60b7b7411b /data
parent5d62baaba55a1777b60284802d83d3e9befe60c9 (diff)
allow retaining authorizations for {stop,restart}-multiple-users
Diffstat (limited to 'data')
-rw-r--r--data/org.freedesktop.consolekit.policy4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.freedesktop.consolekit.policy b/data/org.freedesktop.consolekit.policy
index 74dfd59..a5953f4 100644
--- a/data/org.freedesktop.consolekit.policy
+++ b/data/org.freedesktop.consolekit.policy
@@ -23,7 +23,7 @@ Policy definitions for ConsoleKit
<message>System policy prevents stopping the system when other users are logged in</message>
<defaults>
<allow_inactive>no</allow_inactive>
- <allow_active>auth_admin</allow_active>
+ <allow_active>auth_admin_keep_always</allow_active>
</defaults>
</action>
@@ -41,7 +41,7 @@ Policy definitions for ConsoleKit
<message>System policy prevents restarting the system when other users are logged in</message>
<defaults>
<allow_inactive>no</allow_inactive>
- <allow_active>auth_admin</allow_active>
+ <allow_active>auth_admin_keep_always</allow_active>
</defaults>
</action>