summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-24 05:26:56 +0200
committerElliott Hughes <enh@google.com>2015-04-24 05:26:56 +0200
commitc57453d5377a13445c4b1d3f73c0e0ab19aa0c1e (patch)
tree6413d841ff16f908a34ac0910c40f78cdc2857ed
parentMerge "Don't remove existing explicitly stashed blocks" (diff)
downloadandroid_bootable_recovery-c57453d5377a13445c4b1d3f73c0e0ab19aa0c1e.tar
android_bootable_recovery-c57453d5377a13445c4b1d3f73c0e0ab19aa0c1e.tar.gz
android_bootable_recovery-c57453d5377a13445c4b1d3f73c0e0ab19aa0c1e.tar.bz2
android_bootable_recovery-c57453d5377a13445c4b1d3f73c0e0ab19aa0c1e.tar.lz
android_bootable_recovery-c57453d5377a13445c4b1d3f73c0e0ab19aa0c1e.tar.xz
android_bootable_recovery-c57453d5377a13445c4b1d3f73c0e0ab19aa0c1e.tar.zst
android_bootable_recovery-c57453d5377a13445c4b1d3f73c0e0ab19aa0c1e.zip
-rw-r--r--etc/init.rc7
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