From d6bb9ed8890ca0817c81374517b7973d6e740367 Mon Sep 17 00:00:00 2001 From: Vara Prasad A V S G Date: Tue, 28 Mar 2017 10:50:47 +0530 Subject: [PATCH] SDM660_64: enable selinux permissive mode. Change-Id: I47e6c1d253b7bacbd33903cc5c145da2f5e699fe --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index e44710f0..bb7e0494 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -82,7 +82,7 @@ ifeq ($(TARGET_KERNEL_VERSION),4.4) else BOARD_KERNEL_CMDLINE += console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 earlycon=msm_hsl_uart,0xc1b0000 endif -BOARD_KERNEL_CMDLINE += androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=1 +BOARD_KERNEL_CMDLINE += androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=1 androidboot.selinux=permissive endif BOARD_EGL_CFG := device/qcom/sdm660_64/egl.cfg