]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - sysusers.d/basic.conf.in
travis: use UBSan checks from OSS-Fuzz
[thirdparty/systemd.git] / sysusers.d / basic.conf.in
index edaa3d91b0ec5b78dac22a0492d5d8b7da3affe8..8e358c02d65e27480952cdfeda5afc04674c4092 100644 (file)
@@ -9,7 +9,7 @@
 u root    0     "Super User" /root
 
 # The nobody user for NFS file systems
-u nobody  65534 "Nobody"     -
+u @NOBODY_USER_NAME@  65534 "Nobody"     -
 
 # Administrator group: can *see* more than normal users
 g adm     -     -            -
@@ -35,4 +35,4 @@ g tape    -     -            -
 g video   -     -            -
 
 # Default group for normal users
-g users   -     -            -
+g users   @USERS_GID@     -            -