diff --git a/policy/modules/admin/sudo.if b/policy/modules/admin/sudo.if index 3a27291e8..186ddb6f1 100644 --- a/policy/modules/admin/sudo.if +++ b/policy/modules/admin/sudo.if @@ -69,6 +69,9 @@ template(`sudo_role_template',` allow $1_sudo_t $3:key search; + # Transmit SIGWINCH to children + allow $1_sudo_t $3:process signal; + # Enter this derived domain from the user domain domtrans_pattern($3, sudo_exec_t, $1_sudo_t)