Merge branch 'systemd-journald-signull' of git://github.com/fishilico/selinux-refpolicy

This commit is contained in:
Chris PeBenito 2019-02-23 18:42:27 -08:00
commit 0b3b6dbbf0
1 changed files with 5 additions and 0 deletions

View File

@ -638,6 +638,11 @@ interface(`logging_send_syslog_msg',`
# will write to the console.
term_write_console($1)
term_dontaudit_read_console($1)
ifdef(`init_systemd',`
# Allow systemd-journald to check whether the process died
allow syslogd_t $1:process signull;
')
')
########################################