From d6c789c3f90ad332730f5d28a12c1a916967daa1 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Thu, 10 Feb 2022 13:23:17 +0000 Subject: [PATCH] Fix incorrect link Datura Firewall (#605) --- collections/_evergreen/android.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/_evergreen/android.html b/collections/_evergreen/android.html index 2bd9a204..702dcbc1 100644 --- a/collections/_evergreen/android.html +++ b/collections/_evergreen/android.html @@ -138,7 +138,7 @@ We have these general tips:

GrapheneOS extends the user profile feature allowing a user to press an "End Session" button. This button clears the encryption key from memory. There are plans to add a cross profile notifications system in the future.

INTERNET permission vs packet filtering
-

Packet filter based solutions such Datura Firewall, LineageOS (DivestOS), AFWall+ and NetGuard, are not ideal as they can leak and don't prevent an app from proxying a network request through another app using an intent.

+

Packet filter based solutions such Datura Firewall, LineageOS (DivestOS), AFWall+ and NetGuard, are not ideal as they can leak and don't prevent an app from proxying a network request through another app using an intent.

Android has a built-in INTERNET permission. This is enforced by the operating system. On AOSP and most of its derivatives, it is treated as an install time permission. GrapheneOS changes it to runtime permission, meaning that it can be revoked to deny internet access to a specific app.