Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-09-13 22:41:47 -04:00
parent ec42acceb6
commit 4573f6d7c3
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
7 changed files with 9 additions and 275 deletions

View file

@ -81,7 +81,7 @@ index 12e29e693b..b6745806b5 100644
android:id="@+id/private_dns_mode_opportunistic"
layout="@layout/preference_widget_dialog_radiobutton"/>
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 14d88d1960..9994318ef6 100644
index 2e727640c2..8728212e7d 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -78,6 +78,21 @@

View file

@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: xshu <xshu@google.com>
Date: Thu, 4 Nov 2021 16:51:09 +0800
Subject: [PATCH 1/2] Fix MAC address leak after SSR
Subject: [PATCH] Fix MAC address leak after SSR
Re-randomize MAC at interface up if the previous attempt to re-randomize
failed.

View file

@ -1,8 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Khanjan Desai <khanjan@codeaurora.org>
Date: Fri, 9 Jul 2021 22:24:50 +0530
Subject: [PATCH 2/2] WifiService: Capture BackendBusyException in
MacRandomization
Subject: [PATCH] WifiService: Capture BackendBusyException in MacRandomization
While obtaining hash for Mac Randomization, the framework is
rebooting due to BackendBusyException.