From 601ae5ae91be9d83e1063ba0f638ea27e01586e8 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Fri, 21 Jun 2019 09:15:12 -0700 Subject: Ensure user is correct Otherwise a ptrace error may result. --- content/docs/includes/install_gvisor.md | 1 + 1 file changed, 1 insertion(+) (limited to 'content') diff --git a/content/docs/includes/install_gvisor.md b/content/docs/includes/install_gvisor.md index e8089a7d4..ccaa2244a 100644 --- a/content/docs/includes/install_gvisor.md +++ b/content/docs/includes/install_gvisor.md @@ -21,6 +21,7 @@ a good place to put the `runsc` binary. sha512sum -c runsc.sha512 chmod a+x runsc sudo mv runsc /usr/local/bin + sudo chown root /usr/local/bin/runsc ) ``` -- cgit v1.2.3