diff options
| author | 2023-12-21 19:16:07 +0000 | |
|---|---|---|
| committer | 2023-12-21 19:16:07 +0000 | |
| commit | 9510c20d393f0cf5496a3001c7ef2bfcaba39144 (patch) | |
| tree | bb7fd27453a4948e6adc1871bece53a1ab47a686 | |
| parent | 1028a98d23c4dcd42a8a329e612a787bc933423e (diff) | |
| parent | 22a837438da0837686e005401b9fabfa967f3ea6 (diff) | |
Merge "Create flag for FRP hardening feature" into main
| -rw-r--r-- | core/java/android/security/flags.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/security/flags.aconfig b/core/java/android/security/flags.aconfig index b56bef3c93a0..30524a1132fa 100644 --- a/core/java/android/security/flags.aconfig +++ b/core/java/android/security/flags.aconfig @@ -50,3 +50,11 @@ flag { description: "Collect sepolicy hash from sysfs" bug: "308471499" } + +flag { + name: "frp_enforcement" + namespace: "android_hw_security" + description: "This flag controls whether PDB enforces FRP" + bug: "290312729" + is_fixed_read_only: true +} |