From 349178a100d9b3bc5048a204326fea60d9a7abd6 Mon Sep 17 00:00:00 2001 From: Pat Tjin Date: Mon, 10 Apr 2017 23:42:14 +0000 Subject: [PATCH] Revert "REVERT ME taimen: enable permissive mode SELinux for bringup" This reverts commit adf15a07108cc7e6c1d83668513719bf92fd2739. Change-Id: Ic317bd8fbdec58722318b96b53f981421edfe6c9 --- BoardConfig.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index ab093ec..8fb194b 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -18,7 +18,6 @@ TARGET_BOOTLOADER_BOARD_NAME := taimen DEFAULT_LOW_PERSISTENCE_MODE_BRIGHTNESS := 0x00000056 BOARD_KERNEL_CMDLINE += console=ttyMSM0,115200,n8 earlycon=msm_serial_dm,0xc1b0000 -BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive include device/google/wahoo/BoardConfig.mk -include vendor/google_devices/taimen/BoardConfigVendor.mk