diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-05-27 14:09:24 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-05-27 23:09:24 +0200 |
commit | 94b84a0703ef50729f190b61563d7a3a423c564c (patch) | |
tree | 5ff1326692a565df9d927856fc8ab026e3124586 /sysusers.d | |
parent | Merge pull request #23504 from keszybz/bls-reordering (diff) | |
download | systemd-94b84a0703ef50729f190b61563d7a3a423c564c.tar.xz systemd-94b84a0703ef50729f190b61563d7a3a423c564c.zip |
Use descriptive name for nobody
This matches the changes pushed to Fedora [1,2].
[1] https://fedoraproject.org/wiki/Changes/RenameNobodyUser
[2] https://pagure.io/setup/c/f6fdb5ffc87fc8f1acc211867fef4e3f0856edfc
Diffstat (limited to 'sysusers.d')
-rw-r--r-- | sysusers.d/basic.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysusers.d/basic.conf.in b/sysusers.d/basic.conf.in index 7f1d052deb..a602b872e4 100644 --- a/sysusers.d/basic.conf.in +++ b/sysusers.d/basic.conf.in @@ -10,7 +10,7 @@ u root 0 "Super User" /root # The nobody user/group for NFS file systems g {{NOBODY_GROUP_NAME}} 65534 - - -u {{NOBODY_USER_NAME }} 65534:65534 "Nobody" - +u {{NOBODY_USER_NAME }} 65534:65534 "Kernel Overflow User" - # Administrator group: can *see* more than normal users g adm {{ADM_GID }} - - |