diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-23 21:13:49 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-23 23:08:43 +0100 |
commit | 8bd8db9ca44cffe61740fe2e81fccc609d37da4b (patch) | |
tree | b977b1c4574f5363cc1033893fb930e256873ffa | |
parent | e44dd6e62ca4c28d81a195f59eec1e1c3543c4ec (diff) |
msm8996-common: Switch SELinux to enforcing mode.
* It... it works! ^_^
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 82ae015..83563a7 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -41,7 +41,7 @@ TARGET_NO_BOOTLOADER := true # Kernel BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom ehci-hcd.park=3 lpm_levels.sleep_disabled=1 cma=32M@0-0xffffffff -BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive +#BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_TAGS_OFFSET := 0x00000100 |