summaryrefslogtreecommitdiff
path: root/android/neverallow.go
diff options
context:
space:
mode:
author Alyssa Haroldsen <kupiakos@google.com> 2025-03-08 01:08:48 +0000
committer Alyssa Haroldsen <kupiakos@google.com> 2025-03-08 01:22:30 +0000
commita61d453b4e57c082a2af23c2e04a44c2e90a2371 (patch)
treeb73448cf648870b344fa77daeff6dd4f844ea296 /android/neverallow.go
parentca3a00444c2daac01d200020b59324d43b7bd6c9 (diff)
Add desktop Trusty rules to the genrule allowlist
Bug: 398934069 Test: `m trusty_desktop_vm_x86_64.elf` with topic Change-Id: I4456e7b2f98ca1a39517bd6cca3ac29e13eddde4
Diffstat (limited to 'android/neverallow.go')
-rw-r--r--android/neverallow.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/neverallow.go b/android/neverallow.go
index 0d6699dc9..eac998986 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",