allow shell rs_exec:file rx_file_perms am: 68e27caeb6 am: b464e1944e

am: 81159c7e52

Change-Id: Idb5bd461ade773bd352156c71170c43154921085
This commit is contained in:
Nick Kralevich 2019-02-26 18:14:05 -08:00 committed by android-build-merger
commit f7f82f8f82

View file

@ -66,3 +66,7 @@ allow shell proc_net_tcp_udp:file r_file_perms;
# The dl.exec_linker* tests need to execute /system/bin/linker
# b/124789393
allow shell system_linker_exec:file rx_file_perms;
# Renderscript host side tests depend on being able to execute
# /system/bin/bcc (b/126388046)
allow shell rs_exec:file rx_file_perms;