mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
tests/int/selinux: fix skip message
It was a mistake to say that SELinux need to be in the enforcing mode for these tests to run. It only needs to be enabled. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ load helpers
|
||||
function setup() {
|
||||
requires root # for chcon
|
||||
if ! selinuxenabled; then
|
||||
skip "requires SELinux enabled and in enforcing mode"
|
||||
skip "requires SELinux enabled"
|
||||
fi
|
||||
|
||||
setup_busybox
|
||||
|
||||
Reference in New Issue
Block a user