mirror of https://github.com/Icinga/icinga2.git
Merge pull request #5982 from dgoetz/fix/selinux-kill
SELinux: Allows icinga2_t to send sigkill to all domains it transitions to
This commit is contained in:
commit
5186ff7af8
|
@ -364,6 +364,7 @@ interface(`icinga2_execstrans',`
|
|||
')
|
||||
|
||||
domtrans_pattern(icinga2_t, $1, $2)
|
||||
allow icinga2_t $2:process sigkill;
|
||||
')
|
||||
|
||||
######################################
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
policy_module(icinga2, 0.1.4)
|
||||
policy_module(icinga2, 0.1.5)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue