1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-21 13:34:21 +03:00

sysusers.d: lock all system users defined by us

This commit is contained in:
Lennart Poettering 2024-10-23 22:22:54 +02:00
parent 2ec7977e1b
commit a4c0528f14
7 changed files with 7 additions and 7 deletions

View File

@ -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 }} - -

View File

@ -5,4 +5,4 @@
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
u systemd-coredump - "systemd Core Dumper"
u! systemd-coredump - "systemd Core Dumper"

View File

@ -5,4 +5,4 @@
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
u systemd-network {{SYSTEMD_NETWORK_UID}} "systemd Network Management"
u! systemd-network {{SYSTEMD_NETWORK_UID}} "systemd Network Management"

View File

@ -5,4 +5,4 @@
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
u systemd-oom - "systemd Userspace OOM Killer"
u! systemd-oom - "systemd Userspace OOM Killer"

View File

@ -5,4 +5,4 @@
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
u systemd-journal-remote - "systemd Journal Remote"
u! systemd-journal-remote - "systemd Journal Remote"

View File

@ -5,4 +5,4 @@
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
u systemd-resolve {{SYSTEMD_RESOLVE_UID}} "systemd Resolver"
u! systemd-resolve {{SYSTEMD_RESOLVE_UID}} "systemd Resolver"

View File

@ -5,4 +5,4 @@
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
u systemd-timesync {{SYSTEMD_TIMESYNC_UID}} "systemd Time Synchronization"
u! systemd-timesync {{SYSTEMD_TIMESYNC_UID}} "systemd Time Synchronization"