gnu: elogind: Enable ACL support.
* gnu/packages/freedesktop.scm (elogind) [inputs]: Add acl. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3547a5effe
commit
95d7d0c57f
|
@ -211,7 +211,8 @@ the freedesktop.org XDG Base Directory specification.")
|
||||||
("shepherd" ,shepherd) ;for 'halt' and 'reboot', invoked
|
("shepherd" ,shepherd) ;for 'halt' and 'reboot', invoked
|
||||||
;when pressing the power button
|
;when pressing the power button
|
||||||
("dbus" ,dbus)
|
("dbus" ,dbus)
|
||||||
("eudev" ,eudev)))
|
("eudev" ,eudev)
|
||||||
|
("acl" ,acl))) ;to add individual users to ACLs on /dev nodes
|
||||||
(home-page "https://github.com/wingo/elogind")
|
(home-page "https://github.com/wingo/elogind")
|
||||||
(synopsis "User, seat, and session management service")
|
(synopsis "User, seat, and session management service")
|
||||||
(description "Elogind is the systemd project's \"logind\" service,
|
(description "Elogind is the systemd project's \"logind\" service,
|
||||||
|
|
Loading…
Reference in New Issue