platform_build/target/board/generic_x86
Stephen Smalley 78eee96a72 Restore generic_x86 sepolicy zygote.te file.
I87d0976800557d73064e2da038315b0d019d7a60 removed zygote.te from
generic/sepolicy and generic/BoardConfig.mk but also incorrectly
removed it from generic_x86/BoardConfig.mk, even though
generic_x86/sepolicy/zygote.te still exists and contains rules
needed on the x86 emulator.  Otherwise the zygote fails with
execmem denials on the x86 emulator.

(x86 emulator is also broken currently due to yaffs2 /cache yielding
unlabeled denials, but that is unrelated to this change).

Change-Id: Ie36ed4ed7ba478a377f9a0d4383d006b49bde5cc
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2014-06-17 09:20:17 -04:00
..
sepolicy Allow all domains access to /dev/qemu_trace. 2014-06-16 14:17:05 -07:00
BoardConfig.mk Restore generic_x86 sepolicy zygote.te file. 2014-06-17 09:20:17 -04:00
device.mk Vibra: emulator: compile and stage vibrator.goldfish 2013-12-30 15:45:12 +01:00
README.txt x86: qemu emulator is the default build target 2011-03-24 10:55:22 -07:00
system.prop x86: qemu emulator is the default build target 2011-03-24 10:55:22 -07:00

The "generic_x86" product defines a non-hardware-specific IA target
without a kernel or bootloader.

It can be used to build the entire user-level system, and
will work with the IA version of the emulator,

It is not a product "base class"; no other products inherit
from it or use it in any way.