diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-05-09 15:17:02 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-05-09 15:17:02 -0400 |
| commit | f523ca814e9981519a631f299cf2f5ecb50c061b (patch) | |
| tree | 9432100b44f4c297375126373a69aef5451021c5 /static/features.html | |
| parent | 1b55f00401d235ddee5f33d61eb7717e05130f84 (diff) | |
expand section intro
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/static/features.html b/static/features.html index 3a2baca1..6d0ebe82 100644 --- a/static/features.html +++ b/static/features.html @@ -106,7 +106,15 @@ <section id="grapheneos"> <h2><a href="#grapheneos">GrapheneOS</a></h2> - <p>Partial list of GrapheneOS features beyond what AOSP 12.1 provides:</p> + <p>These are the features of GrapheneOS beyond what's provided by version 12.1 + of the Android Open Source Project. It only covers our improvements to AOSP and + not baseline features. This section doesn't list features like the standard app + sandbox, verified boot, exploit mitigations (ASLR, SSP, Shadow Call Stack, + Control Flow Integrity, etc.), permission system (foreground-only and one-time + permission grants, scoped file access control, etc.) and so on but rather only + our improvements to modern Android. We plan on providing a separate page listing + the improvements we've contributed to Android since those features aren't listed + here despite being a substantial portion of our overall historical work.</p> <ul> <li>Hardened app runtime</li> |
