Revert "init re-execs to set its security context now."
shamu isn't booting now
This reverts commit c57453d537
.
Change-Id: I8efbf6260f5fcf983e5056fac6d03916415b944e
This commit is contained in:
parent
c57453d537
commit
c819dbe95b
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue