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/systemd-timesync.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/systemd-timesync.conf.in')
-rw-r--r-- | sysusers.d/systemd-timesync.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysusers.d/systemd-timesync.conf.in b/sysusers.d/systemd-timesync.conf.in index e50f025416..7b9fb3d8d9 100644 --- a/sysusers.d/systemd-timesync.conf.in +++ b/sysusers.d/systemd-timesync.conf.in @@ -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" |