From fa5276d158f8e2808fbc67d9054ffd4dfa0b6035 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 6 Oct 2020 20:35:47 -0400 Subject: [PATCH] remove extra word --- static/usage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/usage.html b/static/usage.html index f638b3b1..82eaed3a 100644 --- a/static/usage.html +++ b/static/usage.html @@ -359,7 +359,7 @@

The Zygote model weakens the security provided by features based on random secrets including Address Space Layout Randomization (ASLR), stack canaries, heap canaries, - randomized heap layout and memory tags. It cripples these security features for since + randomized heap layout and memory tags. It cripples these security features since every app has the values for every other app and the values don't change for fresh app processes until reboot. Much of the OS itself is implemented via non-user-facing apps with privileges reserved for OS components. The Zygote template is reused across user