78eee96a72
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> |
||
---|---|---|
.. | ||
sepolicy | ||
BoardConfig.mk | ||
device.mk | ||
README.txt | ||
system.prop |
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.