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:
parent
2ec7977e1b
commit
a4c0528f14
@ -11,7 +11,7 @@ u root 0:0 "Super User" /root
|
|||||||
|
|
||||||
# The nobody user/group for NFS file systems
|
# The nobody user/group for NFS file systems
|
||||||
g {{NOBODY_GROUP_NAME}} 65534 - -
|
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
|
# Administrator group: can *see* more than normal users
|
||||||
g adm {{ADM_GID }} - -
|
g adm {{ADM_GID }} - -
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (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
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (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
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (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
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (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
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (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
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
u systemd-timesync {{SYSTEMD_TIMESYNC_UID}} "systemd Time Synchronization"
|
u! systemd-timesync {{SYSTEMD_TIMESYNC_UID}} "systemd Time Synchronization"
|
||||||
|
Loading…
Reference in New Issue
Block a user