From 2f7df0fc39e0b8dd64a626f137f036a77ad1c37d Mon Sep 17 00:00:00 2001 From: stevenewald Date: Thu, 25 May 2023 18:00:02 +0000 Subject: [PATCH] Added warning regarding SELinux with the debugging runtime to documentation --- g3doc/user_guide/quick_start/docker.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/g3doc/user_guide/quick_start/docker.md b/g3doc/user_guide/quick_start/docker.md index ee842e453..7391690ea 100644 --- a/g3doc/user_guide/quick_start/docker.md +++ b/g3doc/user_guide/quick_start/docker.md @@ -88,6 +88,9 @@ sudo runsc install --runtime runsc-debug -- \ --log-packets ``` +> Note: Ensure that `SELinux` (Security Enhanced Linux) is disabled on your system +before running the runtime environment with debugging enabled. + Next, look at the different options available for gVisor: [platform][platforms], [network][networking], [filesystem][filesystem].