From 0e2ce1d572621727c912711f71db0fc02851be66 Mon Sep 17 00:00:00 2001 From: abdoi94 Date: Tue, 17 Sep 2019 19:46:35 +0300 Subject: [PATCH] [DNM] msm8976-common: Make kernel permissive --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 56836b4..b7f0972 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -50,6 +50,7 @@ TARGET_NO_BOOTLOADER := true # Kernel BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_CMDLINE := console=null androidboot.hardware=qcom androidboot.wificountrycode=00 msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 earlyprintk +BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive BOARD_KERNEL_IMAGE_NAME := Image.gz BOARD_KERNEL_PAGESIZE := 2048 BOARD_KERNEL_SEPARATED_DT := true