Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78eee96a authored by Stephen Smalley's avatar Stephen Smalley
Browse files

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: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent d73ec26a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -53,4 +53,5 @@ BOARD_SEPOLICY_UNION += \
        qemud.te \
        rild.te \
        shell.te \
        system_server.te
        system_server.te \
        zygote.te