From 2e7c6889b8fd67728b288807a470db08a8cdd966 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 25 Feb 2023 15:05:35 -0500 Subject: [PATCH] Archive Android secondary profile VPN leak Signed-off-by: Tommy --- .../Android VPN Leakage with Secondary User Profiles.md | 4 +++- content/posts/archive/_index.md | 7 +++++++ static/_redirects | 2 ++ 3 files changed, 12 insertions(+), 1 deletion(-) rename content/posts/{android => archive}/Android VPN Leakage with Secondary User Profiles.md (94%) create mode 100644 content/posts/archive/_index.md diff --git a/content/posts/android/Android VPN Leakage with Secondary User Profiles.md b/content/posts/archive/Android VPN Leakage with Secondary User Profiles.md similarity index 94% rename from content/posts/android/Android VPN Leakage with Secondary User Profiles.md rename to content/posts/archive/Android VPN Leakage with Secondary User Profiles.md index 72fbc25..cdc8d37 100644 --- a/content/posts/android/Android VPN Leakage with Secondary User Profiles.md +++ b/content/posts/archive/Android VPN Leakage with Secondary User Profiles.md @@ -5,7 +5,9 @@ tags: ['Operating Systems', 'Android', 'Privacy'] author: Tommy --- -**Before We Start**... +**Update**: This is no longer reproducible on Android 13 QPR1 and Android 14 Developer Preview 1. + +**Before We Start**... I have been aware of this issue for awhile now (since at least Android 11), though I have not done enough testing to see what actually causes the leak nor do I have any workaround at the moment. My guess is that applications which launch early when you log into a secondary profile can bypass the VPN killswitch. diff --git a/content/posts/archive/_index.md b/content/posts/archive/_index.md new file mode 100644 index 0000000..2b59556 --- /dev/null +++ b/content/posts/archive/_index.md @@ -0,0 +1,7 @@ +--- +title: Archive +ShowReadingTime: false +ShowWordCount: false +--- + +An archive of old articles that are longer applicable. \ No newline at end of file diff --git a/static/_redirects b/static/_redirects index f0e31eb..67d3040 100644 --- a/static/_redirects +++ b/static/_redirects @@ -26,3 +26,5 @@ /apps/using-lokinet-on-qubes-os* /posts/qubes/using-lokinet-on-qubes-os/ 301 /apps/using-mullvad-vpn-on-qube* /posts/qubes/using-mullvad-vpn-on-qubes-os/ 301 /os/using-split-gpg-and-split-ssh* /posts/qubes/using-split-gpg-and-split-ssh-on-qubes-os/ 301 + +/posts/android/android-vpn-leakage-with-secondary-user-profiles/ /archive/android/android-vpn-leakage-with-secondary-user-profiles/