base-files: add network group (gid 21) and dbus/avahi system accounts (22, 23) by default.
This commit is contained in:
parent
41ec5ed392
commit
c2df0d1439
|
@ -19,5 +19,8 @@ optical:x:17:
|
|||
mail:x:18:
|
||||
storage:x:19:
|
||||
scanner:x:20:
|
||||
network:x:21:
|
||||
dbus:x:22:
|
||||
avahi:x:23:
|
||||
nogroup:x:99:
|
||||
users:x:100:
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
root:x:0:0:root:/root:/bin/bash
|
||||
dbus:x:22:22:dbus unprivileged user:/dev/null:/sbin/nologin
|
||||
avahi:x:23:23:avahi unprivileged user:/dev/null:/sbin/nologin
|
||||
nobody:x:99:99:Unprivileged User:/dev/null:/bin/false
|
||||
|
|
Loading…
Reference in New Issue