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:
parent
8e307e0847
commit
966d0445d9
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue