summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2016-09-13 12:01:54 +0200
committerMoyster <oysterized@gmail.com>2016-09-13 13:15:44 +0200
commitcfcf1ea42c71704d35abac075948dd0cc63c4b34 (patch)
tree288cda87411e396c0ad07e0de2da1d2991379a69
parentabbcdc9f3b564852c50b22c9aaae4ce01ca93d71 (diff)
enforce SELinux
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index a8697ba..aa783a0 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -18,7 +18,7 @@ BOARD_FLASH_BLOCK_SIZE := 131072
# build kernel from source
TARGET_KERNEL_SOURCE := kernel/meizu/m2note
TARGET_KERNEL_CONFIG := cm_m2note_defconfig
-BOARD_KERNEL_CMDLINE := bootopt=64S3,32N2,64N2 androidboot.selinux=permissive
+BOARD_KERNEL_CMDLINE := bootopt=64S3,32N2,64N2
BOARD_KERNEL_BASE := 0x40078000
BOARD_RAMDISK_OFFSET := 0x03f88000
BOARD_KERNEL_OFFSET := 0x00008000