summaryrefslogtreecommitdiff
path: root/static/features.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-05-09 16:01:41 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-05-09 16:01:41 -0400
commit8aa4759395c3e8b93a69aef7567f7902cc268ca1 (patch)
tree1bbac653f8a9ce48a89e18e2a67e03900e73e5ef /static/features.html
parent4e49a8e1d57f9f12155ff6eee29f4405daaa3e7b (diff)
reorder new feature sections
Diffstat (limited to 'static/features.html')
-rw-r--r--static/features.html46
1 files changed, 23 insertions, 23 deletions
diff --git a/static/features.html b/static/features.html
index 56be14a7..e7e10151 100644
--- a/static/features.html
+++ b/static/features.html
@@ -90,8 +90,8 @@
<ul>
<li><a href="#exploit-protection">Defending against exploitation of unknown
vulnerabilities</a></li>
- <li><a href="#sandboxed-google-play">Sandboxed Google Play</a></li>
<li><a href="#more-complete-patching">More complete patching</a></li>
+ <li><a href="#sandboxed-google-play">Sandboxed Google Play</a></li>
<li><a href="#disabling-secondary-user-app-installation">Disabling secondary
user app installation</a></li>
<li><a href="#user-installed-apps-can-be-disabled">User installed apps
@@ -382,6 +382,28 @@
</ul>
</section>
+ <section id="more-complete-patching">
+ <h3><a href="#more-complete-patching">More complete patching</a></h3>
+
+ <p>GrapheneOS includes fixes for many vulnerabilities not yet fixed in
+ Android. On modern devices with Generic Kernel Image (GKI) support, we the
+ update kernel to the latest stable GKI release many months before the stock OS
+ gets the update. This means we're shipping hundreds of fixes not included in
+ the stock OS including many security fixes. We also backport more fixes on top
+ of this for the kernel and for other components too.</p>
+
+ <p>We often find new vulnerabilities ourselves and report them upstream. We've
+ reported dozens of vulnerabilities for both the generic Android codebase and
+ also for Pixels specifically. We also often find missed patches which were
+ supposed to be included but were missed, especially when there are device
+ specific components with partially shared but separate codebases for different
+ devices.</p>
+
+ <p>Our overall approach is to focus on systemic privacy and security
+ improvements but fixing individual vulnerabilities is still very
+ important.</p>
+ </section>
+
<section id="sandboxed-google-play">
<h3><a href="#sandboxed-google-play">Sandboxed Google Play</a></h3>
@@ -421,28 +443,6 @@
section on sandboxed Google Play</a> for instructions.</p>
</section>
- <section id="more-complete-patching">
- <h3><a href="#more-complete-patching">More complete patching</a></h3>
-
- <p>GrapheneOS includes fixes for many vulnerabilities not yet fixed in
- Android. On modern devices with Generic Kernel Image (GKI) support, we the
- update kernel to the latest stable GKI release many months before the stock OS
- gets the update. This means we're shipping hundreds of fixes not included in
- the stock OS including many security fixes. We also backport more fixes on top
- of this for the kernel and for other components too.</p>
-
- <p>We often find new vulnerabilities ourselves and report them upstream. We've
- reported dozens of vulnerabilities for both the generic Android codebase and
- also for Pixels specifically. We also often find missed patches which were
- supposed to be included but were missed, especially when there are device
- specific components with partially shared but separate codebases for different
- devices.</p>
-
- <p>Our overall approach is to focus on systemic privacy and security
- improvements but fixing individual vulnerabilities is still very
- important.</p>
- </section>
-
<section id="disabling-secondary-user-app-install">
<h3><a href="#disabling-secondary-user-app-installation">Disabling secondary
user app installation</a></h3>