diff options
author | Adin Scannell <ascannell@google.com> | 2020-05-15 09:29:52 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-15 09:31:17 -0700 |
commit | 1847165a8c034e82cb35a0dc23878921cab30b5d (patch) | |
tree | bed7336e5d005a3327ca11c2f3a742881b754faa /g3doc/architecture_guide | |
parent | 4502b73d008e7696adbf035926092590f2077706 (diff) |
Minor text updates and jquery ordering.
PiperOrigin-RevId: 311744091
Diffstat (limited to 'g3doc/architecture_guide')
-rw-r--r-- | g3doc/architecture_guide/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g3doc/architecture_guide/README.md b/g3doc/architecture_guide/README.md index 1364a5358..ab9ef7174 100644 --- a/g3doc/architecture_guide/README.md +++ b/g3doc/architecture_guide/README.md @@ -71,6 +71,9 @@ race detector. (The use of Go has its challenges too, and isn't free.) <a name="gofer"></a> <!-- For deep linking. --> +Gofers mediate file system interactions, and are used to provide additional +isolation. For more details, see the [Platform Guide](./platforms.md). + [apparmor]: https://wiki.ubuntu.com/AppArmor [golang]: https://golang.org [kvm]: https://www.linux-kvm.org |