mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-05 22:54:31 +01:00
Falling through the switch cases in docker_extra_args() looks like a typo and causes issues when building with podman, as `--security-opt apparmor=unconfinded" shouldn't be passed if Apparmor is no enable on the system. Fixes: #1241 Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>