diff options
author | Elliott Hughes <enh@google.com> | 2015-04-24 23:27:22 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-24 23:27:22 +0200 |
commit | 774f8f695a511f0893ba3d42465f14c14d27a7a3 (patch) | |
tree | 6413d841ff16f908a34ac0910c40f78cdc2857ed | |
parent | am f6c03a80: am c690332c: Merge "Revert "init re-execs to set its security context now."" (diff) | |
parent | am 6725ebc7: Merge "Revert "Revert "init re-execs to set its security context now.""" (diff) | |
download | android_bootable_recovery-774f8f695a511f0893ba3d42465f14c14d27a7a3.tar android_bootable_recovery-774f8f695a511f0893ba3d42465f14c14d27a7a3.tar.gz android_bootable_recovery-774f8f695a511f0893ba3d42465f14c14d27a7a3.tar.bz2 android_bootable_recovery-774f8f695a511f0893ba3d42465f14c14d27a7a3.tar.lz android_bootable_recovery-774f8f695a511f0893ba3d42465f14c14d27a7a3.tar.xz android_bootable_recovery-774f8f695a511f0893ba3d42465f14c14d27a7a3.tar.zst android_bootable_recovery-774f8f695a511f0893ba3d42465f14c14d27a7a3.zip |
-rw-r--r-- | etc/init.rc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/init.rc b/etc/init.rc index c78a44a2a..6c07c6027 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -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 |