summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrulan Martin <trulanm@gmail.com>2016-07-04 13:25:04 -0400
committerTrulan Martin <trulanm@gmail.com>2016-07-04 15:26:00 -0400
commitfca1d413eef7f78cffbeb3f8477c971bd73a5c41 (patch)
treebd0fe81e5eb4ed325050da9283a06e944460a35a
parent99b85c6704e66d5fcc47e4540ef41341d2a608e4 (diff)
downloaddevice_samsung_tuna-fca1d413eef7f78cffbeb3f8477c971bd73a5c41.zip
device_samsung_tuna-fca1d413eef7f78cffbeb3f8477c971bd73a5c41.tar.gz
device_samsung_tuna-fca1d413eef7f78cffbeb3f8477c971bd73a5c41.tar.bz2
Set SELinux to enforcing
Change-Id: I0f212818ea7ab4f7431afb4939a2441b468e5b8c
-rwxr-xr-xBoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
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