aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-04-24 16:58:33 +0000
committerNick Kralevich <nnk@google.com>2015-04-24 16:58:33 +0000
commitc819dbe95bf80645178b0180f519ab2983da01a0 (patch)
treebd2094bf767a24c8795b5ec20d29c59aa7125f8d /etc
parentc57453d5377a13445c4b1d3f73c0e0ab19aa0c1e (diff)
downloadbootable_recovery-c819dbe95bf80645178b0180f519ab2983da01a0.tar.gz
bootable_recovery-c819dbe95bf80645178b0180f519ab2983da01a0.tar.bz2
bootable_recovery-c819dbe95bf80645178b0180f519ab2983da01a0.zip
Revert "init re-execs to set its security context now."
shamu isn't booting now This reverts commit c57453d5377a13445c4b1d3f73c0e0ab19aa0c1e. Change-Id: I8efbf6260f5fcf983e5056fac6d03916415b944e
Diffstat (limited to 'etc')
-rw-r--r--etc/init.rc7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc
index 6c07c60..c78a44a 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