summaryrefslogtreecommitdiffhomepage
path: root/content
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2019-06-24 15:49:08 -0700
committerIan Lewis <ianlewis@google.com>2019-06-26 13:22:41 +0800
commit34954077893756672f9a91f751032e2e1ce9ca30 (patch)
treee1f0c3b008d52c0349a5102ccfaf51daed88a304 /content
parent601ae5ae91be9d83e1063ba0f638ea27e01586e8 (diff)
Add group to install instructions
Diffstat (limited to 'content')
-rw-r--r--content/docs/includes/install_gvisor.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/includes/install_gvisor.md b/content/docs/includes/install_gvisor.md
index ccaa2244a..404f3f5b4 100644
--- a/content/docs/includes/install_gvisor.md
+++ b/content/docs/includes/install_gvisor.md
@@ -21,7 +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
+ sudo chown root:root /usr/local/bin/runsc
)
```