diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-10-23 22:22:54 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-10-29 11:00:13 +0100 |
commit | a4c0528f14257e23a8fad8855f178ef71d99978b (patch) | |
tree | 011c10e89cceb7a8bba6a05162e9775a4ccf9c56 /sysusers.d/basic.conf.in | |
parent | sysusers: add new ! line flag for creating fully locked accounts (diff) | |
download | systemd-a4c0528f14257e23a8fad8855f178ef71d99978b.tar.xz systemd-a4c0528f14257e23a8fad8855f178ef71d99978b.zip |
sysusers.d: lock all system users defined by us
Diffstat (limited to 'sysusers.d/basic.conf.in')
-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 0aec080a4c..992af346ca 100644 --- a/sysusers.d/basic.conf.in +++ b/sysusers.d/basic.conf.in @@ -11,7 +11,7 @@ u root 0:0 "Super User" /root # The nobody user/group for NFS file systems g {{NOBODY_GROUP_NAME}} 65534 - - -u {{NOBODY_USER_NAME }} 65534:65534 "Kernel Overflow User" - +u! {{NOBODY_USER_NAME }} 65534:65534 "Kernel Overflow User" - # Administrator group: can *see* more than normal users g adm {{ADM_GID }} - - |