From: Chris Marusich <cmmarusich@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 1/2] gnu: elogind: Enable ACL support.
Date: Thu, 29 Dec 2016 01:01:20 -0800 [thread overview]
Message-ID: <20161229090121.3718-2-cmmarusich@gmail.com> (raw)
In-Reply-To: <20161229090121.3718-1-cmmarusich@gmail.com>
* gnu/packages/freedesktop.scm (elogind) [inputs]: Add acl.
---
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 37707796e..ddbac762a 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)))
(home-page "https://github.com/wingo/elogind")
(synopsis "User, seat, and session management service")
(description "Elogind is the systemd project's \"logind\" service,
--
2.11.0
next prev parent reply other threads:[~2016-12-29 9:01 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-26 0:59 Let non-root users use MTP devices Chris Marusich
2016-12-26 0:59 ` [PATCH 1/2] gnu: libmtp: Grant "audio" group access to device files Chris Marusich
2016-12-26 13:02 ` Ricardo Wurmus
2016-12-28 11:18 ` Chris Marusich
2016-12-29 9:01 ` Let non-root users use MTP devices (Attempt #2) Chris Marusich
2016-12-29 9:01 ` Chris Marusich [this message]
2016-12-29 9:01 ` [PATCH 2/2] services: desktop: Use libmtp udev rules Chris Marusich
2016-12-29 22:37 ` Ludovic Courtès
2016-12-29 23:57 ` Chris Marusich
2016-12-29 10:15 ` Let non-root users use MTP devices (Attempt #2) Chris Marusich
2016-12-29 22:48 ` Ludovic Courtès
2016-12-30 0:41 ` Chris Marusich
2016-12-29 22:44 ` Ludovic Courtès
2016-12-26 0:59 ` [PATCH 2/2] services: desktop: Use libmtp udev rules Chris Marusich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161229090121.3718-2-cmmarusich@gmail.com \
--to=cmmarusich@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).