diff options
| author | 2025-03-03 10:22:35 -0800 | |
|---|---|---|
| committer | 2025-03-03 10:22:35 -0800 | |
| commit | 83aa11e262d86305d4588c6851a1d7212480cb91 (patch) | |
| tree | 7bb3c63f311278594faa9d3c801475b3fc653c07 | |
| parent | a6ef795f375f5249d70b94f90070adf567e7f388 (diff) | |
| parent | 789e5594b9a6e8017ea739a7b400235650935cf2 (diff) | |
Merge "android: neverallow.go: add trusty test_vm_os genrule targets" into main
| -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 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"). |