From d2f7877baf3ae86a4f2001ab566f485c752ff84e Mon Sep 17 00:00:00 2001 From: Max Bires Date: Mon, 17 Apr 2017 23:24:49 +0000 Subject: [PATCH] Setting SELinux back to enforcing mode. Sanity testing indicates the phone is stable under an enforcing policy, and that OTAs will be functional. Bug: 34784662 Test: Device boots This reverts commit fb4eaa89a19939b35935788da3df0deba96b983b. Change-Id: Ib9338485e3aab0bc04e42011b52710ddfa711b4f --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 8ab34d1e..9e429721 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -30,7 +30,7 @@ TARGET_2ND_CPU_VARIANT := kryo 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/firmware BOARD_KERNEL_CMDLINE += no_console_suspend=1