commit: 3b17e6e5ccfef4edaf5f3175a5c757220531fba3 Author: Chris PeBenito <pebenito <AT> ieee <DOT> org> AuthorDate: Wed Jul 23 12:44:40 2025 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Tue Sep 2 22:01:01 2025 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=3b17e6e5
systemd: Add syslog access to systemd-notify. Signed-off-by: Chris PeBenito <pebenito <AT> ieee.org> Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> policy/modules/system/systemd.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te index 6978002e8..d16c07018 100644 --- a/policy/modules/system/systemd.te +++ b/policy/modules/system/systemd.te @@ -1553,6 +1553,8 @@ init_rw_stream_sockets(systemd_notify_t) miscfiles_read_localization(systemd_notify_t) +systemd_log_parse_environment(systemd_notify_t) + ######################################## # # Nspawn local policy
