Fix broken sentence

This commit is contained in:
Fabricio Voznika
2019-04-04 11:47:24 +09:00
committed by Ian Lewis
parent 6592608d3c
commit 7473503d2f
+3 -3
View File
@@ -10,9 +10,9 @@ Older builds can also be found here:
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 some place that is accessible to all
users, and make is executable to all users**, since `runsc` executes itself as
user `nobody` to avoid unnecessary privileges. The `/usr/local/bin` directory is
**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
as user `nobody` to avoid unnecessary privileges. The `/usr/local/bin` directory is
a good place to put the `runsc` binary.
```bash