diff options
| author | 2024-11-13 18:52:51 +0000 | |
|---|---|---|
| committer | 2024-11-13 18:52:51 +0000 | |
| commit | 494fd28753f51eb85e5a4e8384390aabce60a97b (patch) | |
| tree | 8b941a8f805df3899f863a2e51fec9db3271fa61 | |
| parent | eb31f93941f5e27601d54fcfae6ad115095ac800 (diff) | |
| parent | 94b8768d0901948e7660ba6c943b0e4ae59b4b58 (diff) | |
Merge "Add psap_ai flag to protect DeviceConfig flags" 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 3f4f79072124..5d1d7583d8f8 100644 --- a/core/java/android/security/flags.aconfig +++ b/core/java/android/security/flags.aconfig @@ -115,6 +115,14 @@ flag { } flag { + name: "protect_device_config_flags" + namespace: "psap_ai" + description: "Feature flag to limit adb shell to allowlisted flags" + bug: "364083026" + is_fixed_read_only: true +} + +flag { name: "keystore_grant_api" namespace: "hardware_backed_security" description: "Feature flag for exposing KeyStore grant APIs" |