From 2f7df0fc39e0b8dd64a626f137f036a77ad1c37d Mon Sep 17 00:00:00 2001 From: stevenewald Date: Thu, 25 May 2023 18:00:02 +0000 Subject: [PATCH 1/2] 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]. From 30ed0e993cfd5d6047ef9cac734b87c2d9b88daf Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 2 Jun 2023 14:16:50 -0500 Subject: [PATCH 2/2] Update docker.md with fixed block quote --- g3doc/user_guide/quick_start/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g3doc/user_guide/quick_start/docker.md b/g3doc/user_guide/quick_start/docker.md index 7391690ea..4025280cc 100644 --- a/g3doc/user_guide/quick_start/docker.md +++ b/g3doc/user_guide/quick_start/docker.md @@ -89,7 +89,7 @@ sudo runsc install --runtime runsc-debug -- \ ``` > Note: Ensure that `SELinux` (Security Enhanced Linux) is disabled on your system -before running the runtime environment with debugging enabled. +> before running the runtime environment with debugging enabled. Next, look at the different options available for gVisor: [platform][platforms], [network][networking], [filesystem][filesystem].