diff options
author | Jo-Philipp Wich <jo@mein.io> | 2017-06-10 20:49:10 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-06-26 10:02:20 +0200 |
commit | 5523ee3459a2d346ad068ce359cdb60dcda1239d (patch) | |
tree | 3c8ec36b14f6f64d4e89690ac5ac344882cba102 /package/base-files | |
parent | 45f4f6649a5b0ef8043a59b29052be70a764da6c (diff) | |
download | upstream-5523ee3459a2d346ad068ce359cdb60dcda1239d.tar.gz upstream-5523ee3459a2d346ad068ce359cdb60dcda1239d.tar.bz2 upstream-5523ee3459a2d346ad068ce359cdb60dcda1239d.zip |
base-files: add "tty" user group
This is needed for an upcoming change to the hotplug default rules which
will cause /dev/tty* nodes to get assigned to the "tty" group in order
to support unprivileged user access when needed.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/files/etc/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/group b/package/base-files/files/etc/group index d36685139a..e8e2adf4ac 100644 --- a/package/base-files/files/etc/group +++ b/package/base-files/files/etc/group @@ -1,6 +1,7 @@ root:x:0: daemon:x:1: adm:x:4: +tty:x:5: mail:x:8: audio:x:29: www-data:x:33: |