init re-execs to set its security context now.

Change-Id: I0a014f8dddfe775159903b5d6fa632733fef692c
This commit is contained in:
Elliott Hughes 2015-04-23 20:26:56 -07:00
parent 0de2351e6a
commit c57453d537

View file

@ -1,13 +1,6 @@
import /init.recovery.${ro.hardware}.rc
on early-init
# Apply strict SELinux checking of PROT_EXEC on mmap/mprotect calls.
write /sys/fs/selinux/checkreqprot 0
# Set the security context for the init process.
# This should occur before anything else (e.g. ueventd) is started.
setcon u:r:init:s0
start ueventd
start healthd