mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Replace distinct with independent.
I think this is clearer.
This commit is contained in:
committed by
Adin Scannell
parent
f419ffb46d
commit
dacb87a938
@@ -146,8 +146,8 @@ For gVisor development, there are several engineering principles that are
|
||||
employed in order to ensure that the system meets its design goals.
|
||||
|
||||
1. No system call is passed through directly to the host. Every supported call
|
||||
has a distinct implementation in the Sentry, that is unlikely to suffer from
|
||||
identical vulnerabilities that may appear in the host. This has the
|
||||
has an independent implementation in the Sentry, that is unlikely to suffer
|
||||
from identical vulnerabilities that may appear in the host. This has the
|
||||
consequence that all kernel features used by applications require an
|
||||
implementation within the Sentry.
|
||||
1. Only common, universal functionality is implemented. Some filesystems,
|
||||
|
||||
Reference in New Issue
Block a user