From fca1d413eef7f78cffbeb3f8477c971bd73a5c41 Mon Sep 17 00:00:00 2001 From: Trulan Martin Date: Mon, 4 Jul 2016 13:25:04 -0400 Subject: Set SELinux to enforcing Change-Id: I0f212818ea7ab4f7431afb4939a2441b468e5b8c --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index fcc3f17..ef3dbb0 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -42,7 +42,7 @@ TARGET_BOARD_OMAP_CPU := 4460 # Kernel BOARD_KERNEL_BASE := 0x80000000 -BOARD_KERNEL_CMDLINE := androidboot.hardware=$(TARGET_BOOTLOADER_BOARD_NAME) androidboot.selinux=permissive +BOARD_KERNEL_CMDLINE := androidboot.hardware=$(TARGET_BOOTLOADER_BOARD_NAME) TARGET_KERNEL_CONFIG := cyanogenmod_tuna_defconfig TARGET_KERNEL_SOURCE := kernel/samsung/tuna -- cgit v1.1