diff options
author | Fabricio Voznika <fvoznika@google.com> | 2019-04-03 09:13:14 -0700 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-04-04 11:47:24 +0900 |
commit | 8f8fc33a874b16d529dfacecdd6b34a42c98d514 (patch) | |
tree | 7b8d740df4ca80ce85095a3143edc9c3bd409e56 | |
parent | 7473503d2ff2711815ffdeab762d55ed89cd9173 (diff) |
Update install_gvisor.md
-rw-r--r-- | content/docs/includes/install_gvisor.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docs/includes/install_gvisor.md b/content/docs/includes/install_gvisor.md index 27d8659bc..a3ca52d2b 100644 --- a/content/docs/includes/install_gvisor.md +++ b/content/docs/includes/install_gvisor.md @@ -11,7 +11,7 @@ With corresponding SHA512 checksums here: `https://storage.googleapis.com/gvisor/releases/nightly/${yyyy-mm-dd}/runsc.sha512` **It is important to copy this binary to a location that is accessible to all -users, and make sure it is executable to all users**, since `runsc` executes itself +users, and ensure it is executable by all users**, since `runsc` executes itself as user `nobody` to avoid unnecessary privileges. The `/usr/local/bin` directory is a good place to put the `runsc` binary. |