Merge pull request #6654 from nickkelley42:documentation-nits

PiperOrigin-RevId: 402705397
This commit is contained in:
gVisor bot 2021-10-12 18:30:16 -07:00
commit 049fa8ea99
1 changed files with 2 additions and 2 deletions

View File

@ -139,8 +139,8 @@ pipes, etc) are sent to the Gofer, described below.
The Gofer is a standard host process which is started with each container and
communicates with the Sentry via the [9P protocol][9p] over a socket or shared
memory channel. The Sentry process is started in a restricted seccomp container
without access to file system resources. The Gofer mediates all access to the
these resources, providing an additional level of isolation.
without access to file system resources. The Gofer mediates all access to these
resources, providing an additional level of isolation.
### Application {#application}