diff --git a/logwatch.te b/logwatch.te index 1848cb9..4c58630 100644 --- a/logwatch.te +++ b/logwatch.te @@ -1,4 +1,4 @@ -policy_module(logwatch, 1.11.1) +policy_module(logwatch, 1.11.2) ################################# # @@ -151,6 +151,10 @@ optional_policy(` allow logwatch_mail_t self:capability { dac_read_search dac_override }; +allow logwatch_mail_t logwatch_t:fd use; +allow logwatch_mail_t logwatch_t:fifo_file rw_fifo_file_perms; +allow logwatch_mail_t logwatch_t:process sigchld; + manage_files_pattern(logwatch_mail_t, logwatch_tmp_t, logwatch_tmp_t) dev_read_rand(logwatch_mail_t)