diff options
author | Etienne Perot <eperot@google.com> | 2020-12-17 15:36:57 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-12-17 15:39:03 -0800 |
commit | 9a72730f24560ca9b5286be7e46d01ea9b04ccd9 (patch) | |
tree | 7bb951d19eff5a30f7f16c4c435ca8b4ede575fb /runsc | |
parent | 433fd0e64650e31ab28e9d918d6dfcd9a67b4246 (diff) |
Typo fix.
PiperOrigin-RevId: 348106699
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/config/config.go b/runsc/config/config.go index b02d8e2e1..e9fd7708f 100644 --- a/runsc/config/config.go +++ b/runsc/config/config.go @@ -131,7 +131,7 @@ type Config struct { NumNetworkChannels int `flag:"num-network-channels"` // Rootless allows the sandbox to be started with a user that is not root. - // Defense is depth measures are weaker with rootless. Specifically, the + // Defense in depth measures are weaker in rootless mode. Specifically, the // sandbox and Gofer process run as root inside a user namespace with root // mapped to the caller's user. Rootless bool `flag:"rootless"` |