allow shell rs_exec:file rx_file_perms am: 68e27caeb6

am: b464e1944e

Change-Id: Ib30091cf61483946eff5a57b44403e6f995a0a2d
This commit is contained in:
Nick Kralevich 2019-02-26 17:51:37 -08:00 committed by android-build-merger
commit 81159c7e52

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;