forked from pool/systemd
- Change the group owner of /run/lock from "lock" to "root" (bsc#1212674)
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1405
This commit is contained in:
parent
1dd6f15943
commit
781b64a6ba
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 27 13:02:40 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Change the group owner of /run/lock from "lock" to "root" (bsc#1212674)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 26 14:26:28 UTC 2023 - Franck Bui <fbui@suse.com>
|
Mon Jun 26 14:26:28 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -137,10 +137,6 @@ Requires: netcfg >= 11.5
|
|||||||
Requires: systemd-default-settings-branding
|
Requires: systemd-default-settings-branding
|
||||||
Requires: systemd-presets-branding
|
Requires: systemd-presets-branding
|
||||||
Requires: util-linux >= 2.27.1
|
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): coreutils
|
||||||
Requires(post): findutils
|
Requires(post): findutils
|
||||||
Requires(post): systemd-presets-branding
|
Requires(post): systemd-presets-branding
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
L+ /etc/mtab - - - - ../proc/self/mounts
|
L+ /etc/mtab - - - - ../proc/self/mounts
|
||||||
|
|
||||||
# FIXME: Might be moved to lockded.
|
# 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 -
|
f /var/log/wtmp 0664 root utmp -
|
||||||
|
Loading…
Reference in New Issue
Block a user