goldfish_setup: grant /system/bin/sh exec access

am: 501c88c029

* commit '501c88c0290eb2308c110398f106411260863bb8':
  goldfish_setup: grant /system/bin/sh exec access

Change-Id: Ib4ee988474a69deca4aac9f22b36572d8b026fcc
This commit is contained in:
Nick Kralevich 2016-05-25 05:17:42 +00:00 committed by android-build-merger
commit 477ff93b14
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ type goldfish_setup_exec, exec_type, file_type;
init_daemon_domain(goldfish_setup)
# Inherit open file to shell (interpreter) for script.
allow goldfish_setup shell_exec:file read;
allow goldfish_setup shell_exec:file rx_file_perms;
# Run ifconfig, route commands to configure interfaces and routes.
allow goldfish_setup system_file:file execute_no_trans;