From 2b9b4ce08a10c5d4a286ffc2147c3fe353c19648 Mon Sep 17 00:00:00 2001 From: Niranjan Reddy Dumbala Date: Fri, 27 Oct 2017 17:46:22 +0530 Subject: [PATCH] SDM660_64:Selinux permissive Change-Id: I9e971088d1e38438b3f77623fbc6d2f686c5aaad --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index c293b855..3f8ab2f7 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -97,7 +97,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 androidboot.configfs=true androidboot.usbcontroller=a800000.dwc3 +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.configfs=true androidboot.usbcontroller=a800000.dwc3 androidboot.selinux=permissive endif BOARD_EGL_CFG := device/qcom/sdm660_64/egl.cfg