Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c450b757 authored by Liz Prucka's avatar Liz Prucka
Browse files

[IntrusionDetection] Add flag to gate callback fix

SecurityLogMonitor fixed the internal event callback
at b/385730709 so logs are received correctly by
the system server.

Create a flag to add the internal event callback
to Intrusion Detection.

Bug: 389732143
Flag: android.security.internal_log_event_listener
Test: N/A
Ignore-AOSP-First: security feature
Change-Id: Ic8a0f7e61cd9edee90d84a0825de2bedd25f942d
parent ac450eb2
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -125,6 +125,16 @@ flag {
    is_exported: true
}

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"