diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-11-01 15:42:26 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-11-02 15:23:13 +0100 |
commit | 93dc1972c32b68ea256c6bf67db196a4036f3c7a (patch) | |
tree | 86fd3a29d570ccab4b2dfb9f6bdd3c353cc3905e | |
parent | cb0e640f160da2f9ea55b7892e21a4fcfff6e0f4 (diff) |
msm8996-common: Remove selinux permissive shortcut
* Cmon are we even serious?
Change-Id: If93083ece45c3a69868f4bb345bbd7d244d9701c
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 5c328cb..44f6622 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -43,7 +43,6 @@ TARGET_NO_BOOTLOADER := true # Kernel BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom ehci-hcd.park=3 lpm_levels.sleep_disabled=1 cma=32M@0-0xffffffff androidboot.usbconfigfs=true -#BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_TAGS_OFFSET := 0x00000100 |