[systemd-commits] 2 commits - TODO src/login

Lennart Poettering lennart at kemper.freedesktop.org
Thu Jul 26 06:57:33 PDT 2012


 TODO                                       |    2 ++
 src/login/org.freedesktop.login1.policy.in |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit decab96090593d617bfd576cb68253a6e082309b
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Jul 26 15:56:43 2012 +0200

    update README

diff --git a/TODO b/TODO
index b9605b5..618349a 100644
--- a/TODO
+++ b/TODO
@@ -39,6 +39,8 @@ Bugfixes:
 
 Features:
 
+* install README to /etc/rc.d/init.d (if support for that is enabled) helping people who use "ls" there to figure out which services exist.
+
 * logind: ignore inactive login screens when checking whether power key should be handled
 
 * introduce log_oom() or a similar call?

commit 9d17cf3e93414ad604669ef908e86ccec9056a07
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Jul 26 15:56:36 2012 +0200

    login: lose policy a bit: allow user suspend unauthenticated when multiple sessions exist

diff --git a/src/login/org.freedesktop.login1.policy.in b/src/login/org.freedesktop.login1.policy.in
index 8422645..92c0a4d 100644
--- a/src/login/org.freedesktop.login1.policy.in
+++ b/src/login/org.freedesktop.login1.policy.in
@@ -142,7 +142,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>
         </action>
 



More information about the systemd-commits mailing list