sysusers: set home directory for root to /root

This commit is contained in:
Lennart Poettering 2014-08-19 16:38:43 +02:00
parent 7629889c86
commit 20fcf3aba5
1 changed files with 17 additions and 17 deletions

View File

@ -6,32 +6,32 @@
# (at your option) any later version. # (at your option) any later version.
# The superuser # The superuser
u root 0 "Super User" u root 0 "Super User" /root
# The nobody user for NFS file systems # The nobody user for NFS file systems
u nobody 65534 "Nobody" u nobody 65534 "Nobody" -
# Administrator group: can *see* more than normal users # Administrator group: can *see* more than normal users
g adm - - g adm - - -
# Administrator group: can *do* more than normal users # Administrator group: can *do* more than normal users
g wheel - - g wheel - - -
# Access to certain kernel and userspace facilities # Access to certain kernel and userspace facilities
g kmem - - g kmem - - -
g lock - - g lock - - -
g tty @TTY_GID@ - g tty @TTY_GID@ - -
g utmp - - g utmp - - -
# Hardware access groups # Hardware access groups
g audio - - g audio - - -
g cdrom - - g cdrom - - -
g dialout - - g dialout - - -
g disk - - g disk - - -
g input - - g input - - -
g lp - - g lp - - -
g tape - - g tape - - -
g video - - g video - - -
# Default group for normal users # Default group for normal users
g users - - g users - - -