forked from openkylin/platform_build
Merge "emulator: allows goldfish to disable bootanimation" am: 303a5f0c2d
am: e262a65a1d
am: 2076ee8eaf
Change-Id: Ida8fe806de355e64606885a50b5078367f446711
This commit is contained in:
commit
d68768aa41
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue