summaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
Diffstat (limited to 'flags')
-rw-r--r--flags/security.aconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/flags/security.aconfig b/flags/security.aconfig
index 1e5cc61016..c90cbe4ca2 100644
--- a/flags/security.aconfig
+++ b/flags/security.aconfig
@@ -15,6 +15,12 @@ flag {
bug: "319530790"
}
+flag {
+ name: "bluffs_mitigation"
+ namespace: "bluetooth"
+ description: "Cache security values to mitigate BLUFFS"
+ bug: "314331379"
+}
flag {
name: "fix_pairing_failure_reason_from_remote"
@@ -22,3 +28,17 @@ flag {
description: "Correct the pairing failure reason reported from remote"
bug: "320745565"
}
+
+flag {
+ name: "fix_le_oob_pairing_bypass"
+ namespace: "bluetooth"
+ description: "Fix oob bypassing bug in SMP"
+ bug: "321271585"
+}
+
+flag {
+ name: "fix_le_pairing_passkey_entry_bypass"
+ namespace: "bluetooth"
+ description: "Fix the passkey entry bypassing bug in SMP"
+ bug: "321300737"
+}