]> granicus.if.org Git - icinga2/commitdiff
SELinux: allow systemd notify 6444/head
authorDirk Goetz <dirk.goetz@netways.de>
Wed, 18 Jul 2018 06:49:24 +0000 (06:49 +0000)
committerDirk Goetz <dirk.goetz@netways.de>
Wed, 18 Jul 2018 06:49:24 +0000 (06:49 +0000)
fixes #6443

tools/selinux/icinga2.te

index 19e99c69d91dd564463c752dcd133d48dadcba08..1eea26a10ea6f6bf325f1c629492f92bc5753c88 100644 (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)