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

Commit e8de1eff authored by Victor Hsieh's avatar Victor Hsieh
Browse files

New flag for collecting sepolicy hash

This flag will be used in BinaryTransparencyService.

Test: Use the flag in the code
Bug: 308471499
Change-Id: Ic534f4f9e876c280ba3421677272cc08f973ce2f
parent 1fc373c7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -29,3 +29,10 @@ flag {
    bug: "277916185"
    is_fixed_read_only: true
}

flag {
    name: "binary_transparency_sepolicy_hash"
    namespace: "hardware_backed_security"
    description: "Collect sepolicy hash from sysfs"
    bug: "308471499"
}