diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-01-29 14:57:23 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-01-29 14:57:23 -0500 |
commit | 534831a8a15fd0823e73436c765c44fe58128ca3 (patch) | |
tree | 9601f30fc603c4ebff723128fdc1ee682a0d71fc /sys-apps/systemd-utils | |
parent | net-print/epson-inkjet-printer-escpr: Stabilize 1.7.22 ppc64, #892519 (diff) | |
download | gentoo-534831a8a15fd0823e73436c765c44fe58128ca3.tar.gz gentoo-534831a8a15fd0823e73436c765c44fe58128ca3.tar.bz2 gentoo-534831a8a15fd0823e73436c765c44fe58128ca3.zip |
sys-apps/systemd-utils: use default permissions for /run/lock
If /run/lock does not exist, it will be created with owner root:root and
mode 0755.
If /run/lock already exists, its permissions will not be altered.
Closes: https://bugs.gentoo.org/892517
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd-utils')
-rw-r--r-- | sys-apps/systemd-utils/files/legacy.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd-utils/files/legacy.conf b/sys-apps/systemd-utils/files/legacy.conf index cbcac747e5d8..2d322e886960 100644 --- a/sys-apps/systemd-utils/files/legacy.conf +++ b/sys-apps/systemd-utils/files/legacy.conf @@ -1,3 +1,3 @@ # Based on legacy.conf from systemd -d /run/lock 0755 root root - +d /run/lock L /var/lock - - - - ../run/lock |