sysusers: use NOBODY_USER_NAME

This commit is contained in:
Yu Watanabe 2017-12-07 15:49:16 +09:00
parent a3d37fe9a3
commit 6071202165
2 changed files with 3 additions and 1 deletions

View File

@ -683,6 +683,8 @@ endif
conf.set_quoted('NOBODY_USER_NAME', nobody_user)
conf.set_quoted('NOBODY_GROUP_NAME', nobody_group)
substs.set('NOBODY_USER_NAME', nobody_user)
substs.set('NOBODY_GROUP_NAME', nobody_group)
tty_gid = get_option('tty-gid')
conf.set('TTY_GID', tty_gid)

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