mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
tmpfiles fix /run/lock permissions
<mbiebl> kay: just wondering: d /run/lock 0755 root lock - <mbiebl> shouldn't that rather be 0775? <mbiebl> otherwise it doesn't make sense
This commit is contained in:
parent
2d87855ae8
commit
6f4ed5203a
@ -7,7 +7,7 @@
|
||||
|
||||
# See tmpfiles.d(5) for details
|
||||
|
||||
d /run/lock 0755 root lock -
|
||||
d /run/lock 0775 root lock -
|
||||
d /run/lock/subsys 0755 root root -
|
||||
d /run/user 0755 root root 10d
|
||||
F /run/utmp 0664 root utmp -
|
||||
|
Loading…
Reference in New Issue
Block a user