Merge \"goldfish_setup: grant /system/bin/sh exec access\"

am: 7a866d783c

Change-Id: I340d78d01171de2eda4f25a2b4dbe0d637f35d59
This commit is contained in:
Nick Kralevich
2016-06-10 18:15:13 +00:00
committed by android-build-merger

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;