summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2025-03-03 10:22:35 -0800
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2025-03-03 10:22:35 -0800
commit83aa11e262d86305d4588c6851a1d7212480cb91 (patch)
tree7bb3c63f311278594faa9d3c801475b3fc653c07
parenta6ef795f375f5249d70b94f90070adf567e7f388 (diff)
parent789e5594b9a6e8017ea739a7b400235650935cf2 (diff)
Merge "android: neverallow.go: add trusty test_vm_os genrule targets" into main
-rw-r--r--android/neverallow.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/neverallow.go b/android/neverallow.go
index 14dc6d212..8995a0ffe 100644
--- a/android/neverallow.go
+++ b/android/neverallow.go
@@ -304,6 +304,8 @@ func createLimitDirgroupRule() []Rule {
// Trusty vm target names
Without("name", "trusty_test_vm_arm64.bin").
Without("name", "trusty_test_vm_x86_64.elf").
+ Without("name", "trusty_test_vm_os_arm64.bin").
+ Without("name", "trusty_test_vm_os_x86_64.elf").
Without("name", "trusty_security_vm_arm64.bin").
Without("name", "trusty_security_vm_x86_64.elf").
Without("name", "trusty_widevine_vm_arm64.bin").
@@ -317,6 +319,8 @@ func createLimitDirgroupRule() []Rule {
// Trusty vm target names
Without("name", "trusty_test_vm_arm64.bin").
Without("name", "trusty_test_vm_x86_64.elf").
+ Without("name", "trusty_test_vm_os_arm64.bin").
+ Without("name", "trusty_test_vm_os_x86_64.elf").
Without("name", "trusty_security_vm_arm64.bin").
Without("name", "trusty_security_vm_x86_64.elf").
Without("name", "trusty_widevine_vm_arm64.bin").