remove extra word

This commit is contained in:
Daniel Micay 2020-10-06 20:35:47 -04:00
parent 9e7d3dc2c1
commit fa5276d158

View File

@ -359,7 +359,7 @@
<p>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