Merge "Enable PRODUCT_COMPATIBLE_PROPERTY for aosp_$arch" into pi-dev

This commit is contained in:
Isaac Chen
2018-05-15 04:09:36 +00:00
committed by Android (Google) Code Review
6 changed files with 17 additions and 2 deletions

View File

@@ -4,7 +4,8 @@ type goldfish_setup_exec, vendor_file_type, exec_type, file_type;
init_daemon_domain(goldfish_setup)
set_prop(goldfish_setup, debug_prop);
# TODO(b/79502552): Invalid property access from emulator vendor
#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;

View File

@@ -5,5 +5,6 @@ type qemu_props_exec, vendor_file_type, exec_type, file_type;
init_daemon_domain(qemu_props)
set_prop(qemu_props, qemu_prop)
set_prop(qemu_props, dalvik_prop)
# TODO(b/79502552): Invalid property access from emulator vendor
#set_prop(qemu_props, qemu_cmdline)
set_prop(qemu_props, qemu_cmdline)