projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45f4f66
)
base-files: add "tty" user group
author
Jo-Philipp Wich
<jo@mein.io>
Sat, 10 Jun 2017 18:49:10 +0000
(20:49 +0200)
committer
Jo-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
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/group
b/package/base-files/files/etc/group
index d36685139a9cc36101b8f551bce3f27aa6200f60..e8e2adf4ac6ea940d38c35ee6faf359877fbc2d5 100644
(file)
--- 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: