commit: 534831a8a15fd0823e73436c765c44fe58128ca3 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Jan 29 19:57:23 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Jan 29 19:57:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534831a8
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 <AT> gentoo.org> sys-apps/systemd-utils/files/legacy.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
