Merge "emulator: allows goldfish to disable bootanimation"

am: 303a5f0c2d

Change-Id: I153a54fca751889aac73ffd54fd9197188599596
This commit is contained in:
Bo Hu 2017-12-05 22:03:55 +00:00 committed by android-build-merger
commit e262a65a1d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ type goldfish_setup_exec, vendor_file_type, exec_type, file_type;
init_daemon_domain(goldfish_setup)
set_prop(goldfish_setup, debug_prop);
allow goldfish_setup self:capability { net_admin net_raw };
allow goldfish_setup self:udp_socket { create ioctl };
allow goldfish_setup vendor_toolbox_exec:file execute_no_trans;