From 0664807229e0688f092a453cbd3121dbe189ca39 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 24 Dec 2024 19:20:49 +0400 Subject: [PATCH] test: fix apparmor tests Remove selinux more actively. Signed-off-by: Andrey Smirnov --- hack/test/e2e-qemu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/test/e2e-qemu.sh b/hack/test/e2e-qemu.sh index 44c80b80ae..da806baf10 100755 --- a/hack/test/e2e-qemu.sh +++ b/hack/test/e2e-qemu.sh @@ -192,6 +192,7 @@ case "${WITH_APPARMOR_LSM_ENABLED:-false}" in machine: install: extraKernelArgs: + - -selinux - lsm=lockdown,capability,yama,apparmor,bpf - apparmor=1 EOF