allow shell rs_exec:file rx_file_perms am: 68e27caeb6
am: b464e1944e
Change-Id: Ib30091cf61483946eff5a57b44403e6f995a0a2d
This commit is contained in:
commit
81159c7e52
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue