Run VirtualizationTestCases with selinux disabled
When run with selinux enabled, the following selinux denial occurs:
avc: denied { read } for path="/data/local/tmp/virt-test/kernel"
dev="dm-8" ino=2789 scontext=u:r:virtualizationservice:s0
tcontext=u:object_r:shell_data_file:s0 tclass=file permissive=0
Instead of granting the service access to the shell data file which is
only for testing, running the test with selinux off.
Bug: 181615964
Test: atest VirtualizationTestCases on aosp_cf_x86_64-phone
Change-Id: I8c9664216b94e75bca9b6d8408965bf339f986df
1 file changed