summaryrefslogtreecommitdiff
path: root/sysusers.d
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-08-19 16:38:43 +0200
committerLennart Poettering <lennart@poettering.net>2014-08-19 16:47:52 +0200
commit20fcf3aba57854ba213d150e857b27e3b156cf78 (patch)
tree4915d986f4dc4a2496681dcbb45209de67b2b349 /sysusers.d
parent7629889c86005017eb1a7f1f803c0d8e7a5bef08 (diff)
sysusers: set home directory for root to /root
Diffstat (limited to 'sysusers.d')
-rw-r--r--sysusers.d/basic.conf.in34
1 files changed, 17 insertions, 17 deletions
diff --git a/sysusers.d/basic.conf.in b/sysusers.d/basic.conf.in
index d463ce5bc..823d6cb20 100644
--- a/sysusers.d/basic.conf.in
+++ b/sysusers.d/basic.conf.in
@@ -6,32 +6,32 @@
# (at your option) any later version.
# The superuser
-u root 0 "Super User"
+u root 0 "Super User" /root
# The nobody user for NFS file systems
-u nobody 65534 "Nobody"
+u nobody 65534 "Nobody" -
# Administrator group: can *see* more than normal users
-g adm - -
+g adm - - -
# Administrator group: can *do* more than normal users
-g wheel - -
+g wheel - - -
# Access to certain kernel and userspace facilities
-g kmem - -
-g lock - -
-g tty @TTY_GID@ -
-g utmp - -
+g kmem - - -
+g lock - - -
+g tty @TTY_GID@ - -
+g utmp - - -
# Hardware access groups
-g audio - -
-g cdrom - -
-g dialout - -
-g disk - -
-g input - -
-g lp - -
-g tape - -
-g video - -
+g audio - - -
+g cdrom - - -
+g dialout - - -
+g disk - - -
+g input - - -
+g lp - - -
+g tape - - -
+g video - - -
# Default group for normal users
-g users - -
+g users - - -