Merge "sepolicy: Fix \'avc denied\' issues for the emulators"

am: 154657f0e3

* commit '154657f0e371a3ff180e8b0936aeaa3d2da9a57c':
  sepolicy: Fix 'avc denied' issues for the emulators
This commit is contained in:
Nick Kralevich 2015-12-11 17:14:51 -08:00 committed by android-build-merger
commit abfd39ae3a
3 changed files with 5 additions and 0 deletions
target/board/generic/sepolicy

View File

@ -1,3 +1,5 @@
# For /sys/qemu_trace files in the emulator.
allow domain sysfs_writable:file rw_file_perms;
allow domain qemu_device:chr_file rw_file_perms;
get_prop(domain, qemu_prop)

View File

@ -13,6 +13,8 @@ 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;
net_domain(goldfish_setup)
# Set net.eth0.dns*, debug.sf.nobootanimation
set_prop(goldfish_setup, system_prop)
set_prop(goldfish_setup, debug_prop)

View File

@ -0,0 +1 @@
dontaudit netd self:capability sys_module;