Merge pull request #6444 from dgoetz/fix/selinux-systemd-notify-6443

SELinux: allow systemd notify
This commit is contained in:
Michael Friedrich 2018-07-18 09:26:15 +02:00 committed by GitHub
commit 4cc9e0dbe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
policy_module(icinga2, 0.1.6)
policy_module(icinga2, 0.1.7)
########################################
#
@ -122,6 +122,7 @@ corecmd_exec_bin(icinga2_t)
kernel_read_system_state(icinga2_t)
kernel_read_network_state(icinga2_t)
kernel_dgram_send(icinga2_t)
# should be moved to nagios_plugin_template in nagios.if
icinga2_execstrans(nagios_admin_plugin_exec_t, nagios_admin_plugin_t)