diff --git a/systemd.changes b/systemd.changes index f491cadd..f08f4ae0 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 27 13:02:40 UTC 2023 - Franck Bui + +- Change the group owner of /run/lock from "lock" to "root" (bsc#1212674) + ------------------------------------------------------------------- Mon Jun 26 14:26:28 UTC 2023 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 7aeb2d5f..59bfa038 100644 --- a/systemd.spec +++ b/systemd.spec @@ -137,10 +137,6 @@ Requires: netcfg >= 11.5 Requires: systemd-default-settings-branding Requires: systemd-presets-branding Requires: util-linux >= 2.27.1 -Requires: group(lock) -# The next dependency is also needed with file-triggers enabled due to the way -# the libzypp default transaction backend works. -Requires(pre): group(lock) Requires(post): coreutils Requires(post): findutils Requires(post): systemd-presets-branding diff --git a/tmpfiles-suse.conf b/tmpfiles-suse.conf index 90da5b70..a199e980 100644 --- a/tmpfiles-suse.conf +++ b/tmpfiles-suse.conf @@ -7,7 +7,7 @@ L+ /etc/mtab - - - - ../proc/self/mounts # FIXME: Might be moved to lockded. -d /run/lock 0775 root lock - +d /run/lock 0775 root root - -# FIXME: Should these one be moved to shadow ? +# FIXME: Move to shadow ? f /var/log/wtmp 0664 root utmp -