aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-24 20:29:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-24 20:29:34 +0000
commit6725ebc7b41ae0702adb28d9b40fbd392c6bfb9a (patch)
tree6413d841ff16f908a34ac0910c40f78cdc2857ed
parentc690332c5e4008d0f58d7a356311a821ef07d0cf (diff)
parent6f76dd58f496f06c7e332fb5269d20aa2a301d4a (diff)
downloadbootable_recovery-6725ebc7b41ae0702adb28d9b40fbd392c6bfb9a.zip
bootable_recovery-6725ebc7b41ae0702adb28d9b40fbd392c6bfb9a.tar.gz
bootable_recovery-6725ebc7b41ae0702adb28d9b40fbd392c6bfb9a.tar.bz2
Merge "Revert "Revert "init re-execs to set its security context now."""
-rw-r--r--etc/init.rc7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/init.rc b/etc/init.rc
index c78a44a..6c07c60 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