diff options
| author | dhacker29 <dhackerdvm@gmail.com> | 2014-05-01 04:28:22 -0400 |
|---|---|---|
| committer | dhacker29 <dhackerdvm@gmail.com> | 2014-05-01 04:28:22 -0400 |
| commit | 3d7fa28f3c7f031a79d13fbc55a8ec44aa5d5434 (patch) | |
| tree | 8302f7a177ace0feba731cde4e302c5b35116b64 | |
| parent | 740caa02fe4c45d4226f32916271ccb59f209869 (diff) | |
selinux: Enable enforcing
Change-Id: I69a70a84bce41f3159539ff468cf67e539ccf0c4
| -rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index cdeb59a..01f8e86 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -50,7 +50,7 @@ TARGET_USES_WCNSS_CTRL := true TARGET_KERNEL_SOURCE := kernel/motorola/msm8960dt-common TARGET_KERNEL_CONFIG := msm8960_mmi_defconfig TARGET_KERNEL_SELINUX_CONFIG := msm8960_mmi_selinux_defconfig -BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 maxcpus=2 vmalloc=400M androidboot.write_protect=0 zcache androidboot.selinux=permissive +BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 maxcpus=2 vmalloc=400M androidboot.write_protect=0 zcache BOARD_KERNEL_BASE := 0x80200000 BOARD_KERNEL_PAGESIZE := 2048 BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02200000 --dt $(LOCAL_PATH)/dt.img |
