diff options
author | Adin Scannell <ascannell@google.com> | 2019-06-21 09:15:12 -0700 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-06-26 13:22:41 +0800 |
commit | 601ae5ae91be9d83e1063ba0f638ea27e01586e8 (patch) | |
tree | 766c0ddcc07aa024253b61a78b1d6096ef1cf6d8 | |
parent | 8e6c43e5c57ffbe6a4c0c11f1e61e2eaa76db52c (diff) |
Ensure user is correct
Otherwise a ptrace error may result.
-rw-r--r-- | content/docs/includes/install_gvisor.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) ``` |