diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-10-26 18:42:15 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-10-26 18:42:26 +0100 |
commit | 58b09f1a36b7e83ab7471ba9fac81f94af5d9c83 (patch) | |
tree | 1e85769cfa249881e29805c5ca22ea9e0a84828d /etc | |
parent | GUI TextBox (diff) | |
download | android_bootable_recovery-58b09f1a36b7e83ab7471ba9fac81f94af5d9c83.tar android_bootable_recovery-58b09f1a36b7e83ab7471ba9fac81f94af5d9c83.tar.gz android_bootable_recovery-58b09f1a36b7e83ab7471ba9fac81f94af5d9c83.tar.bz2 android_bootable_recovery-58b09f1a36b7e83ab7471ba9fac81f94af5d9c83.tar.lz android_bootable_recovery-58b09f1a36b7e83ab7471ba9fac81f94af5d9c83.tar.xz android_bootable_recovery-58b09f1a36b7e83ab7471ba9fac81f94af5d9c83.tar.zst android_bootable_recovery-58b09f1a36b7e83ab7471ba9fac81f94af5d9c83.zip |
Diffstat (limited to 'etc')
-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 3cf5d4c1d..f0af6be78 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -2,6 +2,13 @@ import /init.recovery.usb.rc 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 |