SELinux: Allows icinga2_t to send sigkill to all domains it transitions to

Fixes #5916
This commit is contained in:
Dirk Goetz 2018-01-15 15:05:09 +01:00 committed by Jean Flach
parent 9de36c0999
commit 3cb7d2dbd0
2 changed files with 2 additions and 1 deletions

View File

@ -364,6 +364,7 @@ interface(`icinga2_execstrans',`
')
domtrans_pattern(icinga2_t, $1, $2)
allow icinga2_t $2:process sigkill;
')
######################################

View File

@ -1,4 +1,4 @@
policy_module(icinga2, 0.1.4)
policy_module(icinga2, 0.1.5)
########################################
#