Merge pull request #7901 from vorburger:patch-1

PiperOrigin-RevId: 468717558
This commit is contained in:
gVisor bot
2022-08-19 09:24:53 -07:00
+1 -1
View File
@@ -32,7 +32,7 @@ used to sandbox **every** application.
## Attack surface reduction {#attack-surface}
Because sandboxing comes woth some performance overhead, you should first
Because sandboxing comes with some performance overhead, you should first
investigate ways to **reduce your outside attack surface** (without such
overhead) as much as possible, prior to introducing sandboxing into your
production stack at all.