mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
sysusers.d: lock all system users defined by us
This commit is contained 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 }} - -
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user