We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 906c232 + d720510 commit 2ca3ff8Copy full SHA for 2ca3ff8
script/test/utils.sh
@@ -52,7 +52,14 @@ version=2
52
53
[plugins."io.containerd.grpc.v1.cri"]
54
drain_exec_sync_io_timeout = "10s"
55
+EOF
56
+ if command -v sestatus >/dev/null 2>&1; then
57
+ cat >>${config_file} <<EOF
58
+ enable_selinux = true
59
60
+ fi
61
62
63
# Userns requires idmap mount support for overlayfs (added in 5.19)
64
# Let's opt-in for a recursive chown, so we can always test this even in old distros.
65
# Note that if idmap mounts support is present, we will use that, so it is harmless to keep this
0 commit comments