diff options
author | Nick Kralevich <nnk@google.com> | 2015-04-24 19:05:48 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-24 19:05:48 +0200 |
commit | f6c03a80f08542afc82780f3b7cafe994d7a41e4 (patch) | |
tree | bd2094bf767a24c8795b5ec20d29c59aa7125f8d | |
parent | am 38a82cac: Merge "init re-execs to set its security context now." (diff) | |
parent | Merge "Revert "init re-execs to set its security context now."" (diff) | |
download | android_bootable_recovery-f6c03a80f08542afc82780f3b7cafe994d7a41e4.tar android_bootable_recovery-f6c03a80f08542afc82780f3b7cafe994d7a41e4.tar.gz android_bootable_recovery-f6c03a80f08542afc82780f3b7cafe994d7a41e4.tar.bz2 android_bootable_recovery-f6c03a80f08542afc82780f3b7cafe994d7a41e4.tar.lz android_bootable_recovery-f6c03a80f08542afc82780f3b7cafe994d7a41e4.tar.xz android_bootable_recovery-f6c03a80f08542afc82780f3b7cafe994d7a41e4.tar.zst android_bootable_recovery-f6c03a80f08542afc82780f3b7cafe994d7a41e4.zip |
Diffstat (limited to '')
-rw-r--r-- | etc/init.rc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc index 6c07c6027..c78a44a2a 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -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 |