diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-16 22:43:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-16 22:43:55 +0200 |
commit | e617a861378ded7bba8ccc6684b6bb5efc26e1c2 (patch) | |
tree | 0ffe89891b1fbf7b06fd55d17e806cb92392e1af /gnu/system/shadow.scm | |
parent | d6af2518681643a170796ca8e267cc8097f910f1 (diff) | |
download | patches-e617a861378ded7bba8ccc6684b6bb5efc26e1c2.tar patches-e617a861378ded7bba8ccc6684b6bb5efc26e1c2.tar.gz |
system: Add "input" to '%base-groups'.
* gnu/system/shadow.scm (%base-groups): Add "input" group.
Diffstat (limited to 'gnu/system/shadow.scm')
-rw-r--r-- | gnu/system/shadow.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm index 5d638398d1..3549eefc0c 100644 --- a/gnu/system/shadow.scm +++ b/gnu/system/shadow.scm @@ -95,6 +95,7 @@ (system-group (name "tty") (id %tty-gid)) (system-group (name "dialout")) (system-group (name "kmem")) + (system-group (name "input")) ; input devices, from udev (system-group (name "video")) (system-group (name "audio")) (system-group (name "netdev")) ; used in avahi-dbus.conf |