mirror of https://github.com/Icinga/icinga2.git
SELinux: Allows icinga2_t to send sigkill to all domains it transitions to
Fixes #5916
This commit is contained in:
parent
9de36c0999
commit
3cb7d2dbd0
|
@ -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