guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: elogind: Enable ACL support.


From: Ludovic Courtès
Subject: 01/01: gnu: elogind: Enable ACL support.
Date: Thu, 29 Dec 2016 22:44:17 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 95d7d0c57f2f79419b8ca396c2ff1d1cd651dff7
Author: Chris Marusich <address@hidden>
Date:   Thu Dec 29 01:01:20 2016 -0800

    gnu: elogind: Enable ACL support.
    
    * gnu/packages/freedesktop.scm (elogind) [inputs]: Add acl.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/freedesktop.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 8340721..18e6097 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -211,7 +211,8 @@ the freedesktop.org XDG Base Directory specification.")
        ("shepherd" ,shepherd)                ;for 'halt' and 'reboot', invoked
                                              ;when pressing the power button
        ("dbus" ,dbus)
-       ("eudev" ,eudev)))
+       ("eudev" ,eudev)
+       ("acl" ,acl)))           ;to add individual users to ACLs on /dev nodes
     (home-page "https://github.com/wingo/elogind";)
     (synopsis "User, seat, and session management service")
     (description "Elogind is the systemd project's \"logind\" service,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]