Minor documentation wording change

This commit is contained in:
Nick Kelley
2021-09-27 10:13:22 -04:00
parent 2e25547e04
commit b5ae22f201
+2 -2
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}