forked from openkylin/platform_build
goldfish_setup: grant /system/bin/sh exec access am: 501c88c029
am: 477ff93b14
am: 80099408c9
* commit '80099408c9324cf604c64f3b09996462835eabe0':
goldfish_setup: grant /system/bin/sh exec access
Change-Id: I951048ef17449dd5aa2674c3339a561c1040886d
This commit is contained in:
commit
580752d975
|
@ -5,7 +5,7 @@ type goldfish_setup_exec, exec_type, file_type;
|
||||||
init_daemon_domain(goldfish_setup)
|
init_daemon_domain(goldfish_setup)
|
||||||
|
|
||||||
# Inherit open file to shell (interpreter) for script.
|
# 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.
|
# Run ifconfig, route commands to configure interfaces and routes.
|
||||||
allow goldfish_setup system_file:file execute_no_trans;
|
allow goldfish_setup system_file:file execute_no_trans;
|
||||||
|
|
Loading…
Reference in New Issue