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:
Jean Flach 2018-01-18 10:38:01 +01:00 committed by GitHub
commit 5186ff7af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
########################################
#