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

Commit c690332c authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Revert "init re-execs to set its security context now.""

parents 38a82cac c819dbe9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
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