From acad1aa8cf96950637e9cb58baae3207bbb2f67f Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Fri, 13 Mar 2020 09:47:57 -0700 Subject: Grammar fix "trusts each other component" is not grammatical. --- content/blog/1_security_basics/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/blog/1_security_basics/index.md b/content/blog/1_security_basics/index.md index 5d6e82be0..3503ef7a2 100644 --- a/content/blog/1_security_basics/index.md +++ b/content/blog/1_security_basics/index.md @@ -67,7 +67,7 @@ In this post, we are only discussing security-related features of gVisor, and yo ## Defense-in-Depth -For gVisor, Defense-in-Depth means each component of the software stack trusts each other component as little as possible. +For gVisor, Defense-in-Depth means each component of the software stack trusts the other components as little as possible. It may seem strange that we would want our own software components to distrust each other. But by limiting the trust between small, discrete components, each component is forced to defend itself against potentially malicious input. And when you stack these components on top of each other, you can ensure that multiple security barriers must be overcome by an attacker. -- cgit v1.2.3