base-files: add "tty" user group
authorJo-Philipp Wich <jo@mein.io>
Sat, 10 Jun 2017 18:49:10 +0000 (20:49 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 26 Jun 2017 08:02:20 +0000 (10:02 +0200)
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>
package/base-files/files/etc/group

index d36685139a9cc36101b8f551bce3f27aa6200f60..e8e2adf4ac6ea940d38c35ee6faf359877fbc2d5 100644 (file)
@@ -1,6 +1,7 @@
 root:x:0:
 daemon:x:1:
 adm:x:4:
 root:x:0:
 daemon:x:1:
 adm:x:4:
+tty:x:5:
 mail:x:8:
 audio:x:29:
 www-data:x:33:
 mail:x:8:
 audio:x:29:
 www-data:x:33: