[systemd-commits] src/login

Lennart Poettering lennart at kemper.freedesktop.org
Thu May 15 09:33:49 PDT 2014


 src/login/org.freedesktop.login1.policy.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 301f9684e6465df5d0590f6c571fe3229ded966d
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu May 15 18:30:07 2014 +0200

    logind: bring polkit policy for hibernate in line with suspend/poweroff/reboot
    
    THere's no reason why hibernate should be better protected then
    suspendor poweroff, so sync the policies.

diff --git a/src/login/org.freedesktop.login1.policy.in b/src/login/org.freedesktop.login1.policy.in
index b96d32d..b8e90f1 100644
--- a/src/login/org.freedesktop.login1.policy.in
+++ b/src/login/org.freedesktop.login1.policy.in
@@ -254,7 +254,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.hibernate</annotate>
         </action>



More information about the systemd-commits mailing list