diff options
author | 2025-03-18 18:08:46 +0000 | |
---|---|---|
committer | 2025-03-18 18:08:46 +0000 | |
commit | 99a0c50073c90d3e4b818dc73610fc379826c80c (patch) | |
tree | c2679ec46d4058d4768abb735ce721fc983cbfca /android | |
parent | 7af31c1c8a02d9c762f7d3189f1c59b920c3f019 (diff) |
Rename desktop trusty .elf to .bin in neverallow allowlist
Bug: 398934069
Test: `lunch aosp_cf_x86_64_phone-trunk_staging-eng && m` with topic
Flag: EXEMPT desktop only
Change-Id: Ia948cbb606797f75009915a3df85c1d05df1fab3
Diffstat (limited to 'android')
-rw-r--r-- | android/neverallow.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/neverallow.go b/android/neverallow.go index 5c90501d7..bcdeb7aaa 100644 --- a/android/neverallow.go +++ b/android/neverallow.go @@ -311,9 +311,9 @@ func createLimitGenruleRules() []Rule { "trusty_tee_package", // Trusty vm target names "trusty_desktop_vm_arm64.bin", - "trusty_desktop_vm_x86_64.elf", + "trusty_desktop_vm_x86_64.bin", "trusty_desktop_test_vm_arm64.bin", - "trusty_desktop_test_vm_x86_64.elf", + "trusty_desktop_test_vm_x86_64.bin", "trusty_test_vm_arm64.bin", "trusty_test_vm_x86_64.elf", "trusty_test_vm_os_arm64.bin", |