SELinux: Allow direct smtp notifications

Fixes #7733
This commit is contained in:
Dirk Goetz 2020-01-13 16:56:58 +01:00
parent cb21086d6c
commit a3a3736692
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
policy_module(icinga2, 0.2.0)
policy_module(icinga2, 0.2.1)
########################################
#
@ -175,6 +175,8 @@ optional_policy(`
mta_send_mail(nagios_notification_plugin_t)
')
icinga2_dontaudit_leaks_fifo(system_mail_t)
# direct smtp notification
corenet_tcp_connect_smtp_port(nagios_notification_plugin_t)
# hipsaint notification
auth_read_passwd(nagios_notification_plugin_t)
sysnet_read_config(nagios_notification_plugin_t)