diff options
-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"). |