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

Commit 48e2f37c authored by Victor Hsieh's avatar Victor Hsieh
Browse files

Sync core/java/android/security/flags.aconfig to AOSP

This file is now AOSP-first.

Bug: None
Test: TH
Change-Id: I57ba0363cad9ea8e539ee50ffd655422e16e5678
parent 52553bec
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -21,3 +21,25 @@ flag {
    bug: "296464083"
    is_fixed_read_only: true
}

flag {
    name: "deprecate_fsv_sig"
    namespace: "hardware_backed_security"
    description: "Feature flag for deprecating .fsv_sig"
    bug: "277916185"
}

flag {
    name: "extend_vb_chain_to_updated_apk"
    namespace: "hardware_backed_security"
    description: "Use v4 signature and fs-verity to chain verification of allowlisted APKs to Verified Boot"
    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"
}