From fb4eaa89a19939b35935788da3df0deba96b983b Mon Sep 17 00:00:00 2001 From: Max Bires Date: Thu, 13 Apr 2017 23:53:46 +0000 Subject: [PATCH] Revert "Setting SELinux to enforcing mode." This reverts commit a0fd5b0101a6d624587ce18a67c307361a4dfa6b. Bug: 37305560 Change-Id: I6d23ea3b3cb785003d4b1f18101f2579b1e26051 --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index c9456504..247db107 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 += service_locator.enable=1 +BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive 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