mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
d428dd6ac9
When ACL support is enabled, systemd-tmpfiles-setup service sets the following
ACL entries to the volatile system journal:
$ getfacl /run/log/journal/*/system.journal
getfacl: Removing leading '/' from absolute path names
# file: run/log/journal/xxx/system.journal
# owner: root
# group: systemd-journal
user::rwx
group::r--
group🛞r-x
group:adm:r-x
mask::r-x
other::---
This patch makes sure that the exec bit is not set anymore for the volatile
system journals.
|
||
---|---|---|
.. | ||
.gitignore | ||
etc.conf.m4 | ||
home.conf | ||
journal-nocow.conf | ||
legacy.conf | ||
Makefile | ||
systemd-nologin.conf | ||
systemd-nspawn.conf | ||
systemd-remote.conf | ||
systemd.conf.m4 | ||
tmp.conf | ||
var.conf | ||
x11.conf |