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

Commit d3c93a9e authored by Eric Biggers's avatar Eric Biggers
Browse files

Fix flag namespace for secure_array_zeroization

Apparently it needs to be just security, not platform_security.

Bug: 320392352
Test: N/A
Change-Id: I6d44d17d5ce42af9a69bbfd26b06af83d7a26576
parent 3b463ca4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ flag {

flag {
    name: "secure_array_zeroization"
    namespace: "platform_security"
    namespace: "security"
    description: "Enable secure array zeroization"
    bug: "320392352"
    metadata {