diff options
-rw-r--r-- | g3doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g3doc/README.md b/g3doc/README.md index dc4179037..5e23aa5ec 100644 --- a/g3doc/README.md +++ b/g3doc/README.md @@ -23,7 +23,7 @@ links below to see detailed instructions for each of them: gVisor provides a virtualized environment in order to sandbox containers. The system interfaces normally implemented by the host kernel are moved into a -distinct, per-sandbox application kernel in order to minimize the risk of an +distinct, per-sandbox application kernel in order to minimize the risk of a container escape exploit. gVisor does not introduce large fixed overheads however, and still retains a process-like model with respect to resource utilization. |