am 35a075db: am 36d91b53: Merge "Only allow toolbox exec where /system exec was already allowed."

* commit '35a075db60bc5553b57ef3311b9643d3b04ea7da':
  Only allow toolbox exec where /system exec was already allowed.
This commit is contained in:
Nick Kralevich 2015-08-26 02:54:08 +00:00 committed by Android Git Automerger
commit e7fb896df3
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ allow goldfish_setup shell_exec:file read;
# Run ifconfig, route commands to configure interfaces and routes.
allow goldfish_setup system_file:file execute_no_trans;
allow goldfish_setup toolbox_exec:file rx_file_perms;
allow goldfish_setup self:capability { net_admin net_raw };
allow goldfish_setup self:udp_socket create_socket_perms;