From d400fd42af785e157dcf39c7511f34adc56bf203 Mon Sep 17 00:00:00 2001 From: Jorge Carrillo Date: Mon, 20 Dec 2021 05:34:19 +0000 Subject: [PATCH] Fix typos in Android section (#476) Signed-off-by: Daniel Gray --- _data/operating-systems/android/2_calyxos.yml | 2 +- collections/_evergreen/android.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/operating-systems/android/2_calyxos.yml b/_data/operating-systems/android/2_calyxos.yml index 00fb8fcf..5b34cc8e 100644 --- a/_data/operating-systems/android/2_calyxos.yml +++ b/_data/operating-systems/android/2_calyxos.yml @@ -15,7 +15,7 @@ description: | With the Xiaomi Mi A2, CalyxOS does not distribute the the latest firmware. Newer versions of the firmware prevented the device from performing verified boot. - The Daruta firewall can leak in some circumstances (see #572 and #581). + The Datura firewall can leak in some circumstances (see #572 and #581). website: 'https://calyxos.org' privacy_policy: 'https://calyxinstitute.org/legal/privacy-policy' downloads: diff --git a/collections/_evergreen/android.html b/collections/_evergreen/android.html index dd3c54bf..3ee01cf4 100644 --- a/collections/_evergreen/android.html +++ b/collections/_evergreen/android.html @@ -131,7 +131,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 Daruta 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. Other filtering solutions such as RethinkDNS also prevent you from using a VPN at the same time.

+

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. Other filtering solutions such as RethinkDNS also prevent you from using a VPN at the same time.

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.