diff --git a/policy/modules/system/systemd.fc b/policy/modules/system/systemd.fc index dc78ab6a83..9e901829cb 100644 --- a/policy/modules/system/systemd.fc +++ b/policy/modules/system/systemd.fc @@ -4,6 +4,7 @@ /etc/udev/hwdb\.bin -- gen_context(system_u:object_r:systemd_hwdb_t,s0) /run/log/journal(/.*)? gen_context(system_u:object_r:systemd_journal_t,s0) +/run/log/systemd(/.*)? gen_context(system_u:object_r:systemd_log_t,s0) /usr/bin/journalctl -- gen_context(system_u:object_r:systemd_journalctl_exec_t,s0) /usr/bin/systemd-analyze -- gen_context(system_u:object_r:systemd_analyze_exec_t,s0)