base-files: add network group (gid 21) and dbus/avahi system accounts (22, 23) by default.

This commit is contained in:
Juan RP 2013-02-25 20:16:17 +01:00
parent 41ec5ed392
commit c2df0d1439
2 changed files with 5 additions and 0 deletions

View file

@ -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:

View file

@ -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