mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix typo in security doc
with -> will
This commit is contained in:
committed by
Adin Scannell
parent
882a3a914e
commit
6929bdac33
@@ -99,7 +99,7 @@ interactions with a guest operating system and a set of virtualized hardware
|
||||
devices. These hardware devices are then implemented via the host System API by
|
||||
a Virtual Machine Monitor (VMM). For both the Sentry and a VMM, it’s worth
|
||||
noting that while direct interactions are minimized, indirect interactions are
|
||||
still possible. For example, a read on a host-backed file in the Sentry with
|
||||
still possible. For example, a read on a host-backed file in the Sentry will
|
||||
ultimately result in a host read system call (made by the Sentry, not by passing
|
||||
through arguments from the application), similarly to how a read on a block
|
||||
device in a VMM will often result in a host read system call from the backing
|
||||
|
||||
Reference in New Issue
Block a user