From 5f6e3739ef5d4d4bb761ec8a2a764976326b05fb Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Thu, 11 Jul 2019 08:41:52 +0900 Subject: runsc permissions update in install instructions Make the instructions clearer by putting the chown and chmod together and make it match the FAQ by setting the permissions bits exactly. --- content/docs/includes/install_gvisor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/docs') diff --git a/content/docs/includes/install_gvisor.md b/content/docs/includes/install_gvisor.md index 404f3f5b4..cfc74768d 100644 --- a/content/docs/includes/install_gvisor.md +++ b/content/docs/includes/install_gvisor.md @@ -19,9 +19,9 @@ a good place to put the `runsc` binary. wget https://storage.googleapis.com/gvisor/releases/nightly/latest/runsc wget https://storage.googleapis.com/gvisor/releases/nightly/latest/runsc.sha512 sha512sum -c runsc.sha512 - chmod a+x runsc sudo mv runsc /usr/local/bin sudo chown root:root /usr/local/bin/runsc + chmod 0755 /usr/local/bin/runsc ) ``` -- cgit v1.2.3