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

Commit e7dd2090 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a flag to fix the security exception in PropertyInvalidatedCache." into main

parents 5acef816 a28e67f0
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -210,6 +210,18 @@ flag {
  }
}

flag {
    name: "property_invalidated_cache_bypass_mismatched_uids"
    namespace: "multiuser"
    description: "Bypass the cache when the process UID does not match the binder UID."
    bug: "373752556"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
  is_fixed_read_only: true
}


flag {
    name: "cache_profile_parent_read_only"
    namespace: "multiuser"