diff options
author | 2025-02-11 14:44:35 -0800 | |
---|---|---|
committer | 2025-02-11 14:44:35 -0800 | |
commit | e069b132d943cd2893bd9e5ca3b4c197e681b41b (patch) | |
tree | 95b856d37f5099be61131740580d9ceeaf65f371 | |
parent | e50accd4ddeb8353f6ffdf327e5188778aa1ac35 (diff) | |
parent | c450b757d1d5423699f7ffbe96f616aaf33042bb (diff) |
Merge "[IntrusionDetection] Add flag to gate callback fix" into main
-rw-r--r-- | core/java/android/security/flags.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/security/flags.aconfig b/core/java/android/security/flags.aconfig index 792e6ff52d01..3a3ea189b227 100644 --- a/core/java/android/security/flags.aconfig +++ b/core/java/android/security/flags.aconfig @@ -126,6 +126,16 @@ flag { } flag { + name: "internal_log_event_listener" + namespace: "hardware_backed_security" + description: "Use internal callback to gather SecurityMonitor logs." + bug: "389732143" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "protect_device_config_flags" namespace: "psap_ai" description: "Feature flag to limit adb shell to allowlisted flags" |