Allow adbd to pull /vendor/apex files

These files are required by CTS tests.

Bug: 168540056
Bug: 170202980
Test: ApexSignatureVerificationTest
Change-Id: Ia88517d55003b67efaa94f500e3619bcacc91d80
This commit is contained in:
Jooyung Han 2020-10-29 20:46:15 +09:00
parent 8e307e0847
commit 966d0445d9

View file

@ -204,6 +204,10 @@ allow adbd perfetto_configs_data_file:file create_file_perms;
allow adbd shell:unix_stream_socket { read write shutdown };
allow adbd shell:fd use;
# Allow pull /vendor/apex files for CTS tests
allow adbd vendor_apex_file:dir search;
allow adbd vendor_apex_file:file r_file_perms;
###
### Neverallow rules
###