SDM660_64: enable selinux permissive mode.

Change-Id: I47e6c1d253b7bacbd33903cc5c145da2f5e699fe
This commit is contained in:
Vara Prasad A V S G 2017-03-28 10:50:47 +05:30 committed by Naveen Kumar
parent 73c963fb24
commit d6bb9ed889

View file

@ -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