From a0fd5b0101a6d624587ce18a67c307361a4dfa6b Mon Sep 17 00:00:00 2001 From: Max Bires Date: Wed, 8 Mar 2017 16:00:45 -0800 Subject: [PATCH] Setting SELinux to enforcing mode. Time to start shaking out the bugs. Bug: 34784662 Test: Device boots Change-Id: I5bb61d3d7f55066632f4a10a6738a282016a99dd --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 247db107..c9456504 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -30,7 +30,7 @@ TARGET_2ND_CPU_VARIANT := cortex-a9 BOARD_KERNEL_CMDLINE += androidboot.hardware=$(TARGET_BOOTLOADER_BOARD_NAME) androidboot.console=ttyMSM0 BOARD_KERNEL_CMDLINE += user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 -BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive service_locator.enable=1 +BOARD_KERNEL_CMDLINE += service_locator.enable=1 BOARD_KERNEL_CMDLINE += swiotlb=2048 BOARD_KERNEL_CMDLINE += firmware_class.path=/vendor/etc/firmware BOARD_KERNEL_CMDLINE += no_console_suspend=1