[systemd-commits] src/login
Lennart Poettering
lennart at kemper.freedesktop.org
Thu Sep 26 11:32:10 PDT 2013
src/login/org.freedesktop.login1.policy.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 299404a19f26aa4f203042d8285ee0b7afa5bf40
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Sep 26 20:31:37 2013 +0200
logind: if a user is sitting in front of the computer and can shutdown the machine anyway he should also be able to reboot it
diff --git a/src/login/org.freedesktop.login1.policy.in b/src/login/org.freedesktop.login1.policy.in
index 0c551d4..b96d32d 100644
--- a/src/login/org.freedesktop.login1.policy.in
+++ b/src/login/org.freedesktop.login1.policy.in
@@ -190,7 +190,7 @@
<defaults>
<allow_any>auth_admin_keep</allow_any>
<allow_inactive>auth_admin_keep</allow_inactive>
- <allow_active>auth_admin_keep</allow_active>
+ <allow_active>yes</allow_active>
</defaults>
<annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.reboot</annotate>
</action>
More information about the systemd-commits
mailing list