mirror of
https://github.com/containers/podman.git
synced 2026-03-13 12:18:21 -04:00
In newer kernels, AppArmor will reject attempts to send signals to a container because the signal originated from outside of that AppArmor profile. Correct this by allowing all unconfined signals to be received. Signed-off-by: Sascha Grunert <sgrunert@suse.com>