Replace distinct with independent.

I think this is clearer.
This commit is contained in:
Ian Gudger
2019-04-02 11:36:47 -07:00
committed by Adin Scannell
parent f419ffb46d
commit dacb87a938
+2 -2
View File
@@ -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,