diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-05 11:45:05 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-05 11:45:05 -0500 |
| commit | ffd301180f64c064199a0dc0d7f75e7ffec0ce95 (patch) | |
| tree | 00a7bb70b2402654af63732337e0feb939a5f20e /static | |
| parent | d3cbaad6d8a296b5db83b41f3802760b7d66b022 (diff) | |
more features
Diffstat (limited to 'static')
| -rw-r--r-- | static/features.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index e99a1bd3..1de146f0 100644 --- a/static/features.html +++ b/static/features.html @@ -65,6 +65,9 @@ substantial defenses against the most common classes of vulnerabilities (heap memory corruption) along with reducing the lifetime of sensitive data in memory</li> <li>Hardened app runtime</li> + <li>Stronger app sandbox</li> + <li>Prevention of dynamic native code execution in-memory or via the filesystem + for the base OS without going via the package manager, etc.</li> <li>Filesystem access hardening</li> <li>Enhanced verified boot with better security properties and reduced attack surface</li> <li>Enhanced hardware-based attestation with more precise version information</li> |
