summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
author Alyssa Haroldsen <kupiakos@google.com> 2025-03-18 18:08:46 +0000
committer Alyssa Haroldsen <kupiakos@google.com> 2025-03-18 18:08:46 +0000
commit99a0c50073c90d3e4b818dc73610fc379826c80c (patch)
treec2679ec46d4058d4768abb735ce721fc983cbfca /android
parent7af31c1c8a02d9c762f7d3189f1c59b920c3f019 (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.go4
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",