diff options
author | Luca Boccassi <bluca@debian.org> | 2024-10-29 19:46:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 19:46:14 +0100 |
commit | d140d478e2ebee8741cd4363c91b0da3f091d8fe (patch) | |
tree | eab7ec1bb9722f7a629c67aaf9ceb21521946699 /mkosi.images | |
parent | busctl: various bugfixes + tweaks (#34928) (diff) | |
parent | mkosi: update fedora commit reference (diff) | |
download | systemd-d140d478e2ebee8741cd4363c91b0da3f091d8fe.tar.xz systemd-d140d478e2ebee8741cd4363c91b0da3f091d8fe.zip |
sysusers: optionally create fully locked accounts (#34876)
Let's ramp up security for system user accounts, at least where
possible, by creating them fully locked (instead of just with an invalid
password). This matters when taking non-password (i.e. SSH) logins into
account.
Fixes: #13522
Diffstat (limited to 'mkosi.images')
-rw-r--r-- | mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.conf b/mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.conf index 0f4a79652c..473dc362b5 100644 --- a/mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.conf +++ b/mkosi.images/build/mkosi.conf.d/centos-fedora/mkosi.conf @@ -8,7 +8,7 @@ Distribution=|fedora Environment= GIT_URL=https://src.fedoraproject.org/rpms/systemd.git GIT_BRANCH=rawhide - GIT_COMMIT=a67221c3f0d0b81b9b5b3230a71d09044342f1a4 + GIT_COMMIT=e42eed4afd6267cd954d393d8eec79e0e7573de0 PKG_SUBDIR=fedora [Content] |