Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 348106699
  • Loading branch information
EtiennePerot authored and gvisor-bot committed Dec 17, 2020
1 parent 433fd0e commit 9a72730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runsc/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 9a72730

Please sign in to comment.