diff options
author | 2025-03-13 11:13:34 -0700 | |
---|---|---|
committer | 2025-03-13 11:13:34 -0700 | |
commit | 24db5833cf69cf79c5e77707b28d4b53ff0ca0d7 (patch) | |
tree | 3132b0b1f6d5e7bb9beb7fbfbc5bc96fadd10658 /android | |
parent | b523863bfaa7baadecf595e189b859d874159457 (diff) | |
parent | a61d453b4e57c082a2af23c2e04a44c2e90a2371 (diff) |
Merge "Add desktop Trusty rules to the genrule allowlist" into main
Diffstat (limited to 'android')
-rw-r--r-- | android/neverallow.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/neverallow.go b/android/neverallow.go index a7bfd2dfa..dbe6e67b9 100644 --- a/android/neverallow.go +++ b/android/neverallow.go @@ -309,6 +309,10 @@ func createLimitGenruleRules() []Rule { "trusty_tee_package_goog", "trusty_tee_package", // Trusty vm target names + "trusty_desktop_vm_arm64.bin", + "trusty_desktop_vm_x86_64.elf", + "trusty_desktop_test_vm_arm64.bin", + "trusty_desktop_test_vm_x86_64.elf", "trusty_test_vm_arm64.bin", "trusty_test_vm_x86_64.elf", "trusty_test_vm_os_arm64.bin", |