diff options
author | DerfElot <frederic.koch@gmail.com> | 2017-04-05 02:16:57 +0200 |
---|---|---|
committer | nailyk-fr <nailyk_git@nailyk.fr> | 2017-04-05 23:46:00 +0000 |
commit | 530f3ea667f47a553f51578a039836ce5c673f16 (patch) | |
tree | 3b1416aa482747b28f082b44c006e02156f18142 | |
parent | 9f18aa0362bc43ee7e2dc66d5bce6abc5685c617 (diff) |
shinano-common: set SELinux to enforced
Change-Id: Ib1dd6500f4b275faff6bdddb5bee67a36614bb89
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 03820ec..17aae23 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -25,8 +25,7 @@ PRODUCT_PLATFORM:= shinano BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_PAGESIZE := 2048 BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 dwc3.maximum_speed=high dwc3_msm.prop_chg_detect=Y -BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive -#BOARD_KERNEL_CMDLINE += androidboot.selinux=disabled +#BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02000000 --tags_offset 0x01E00000 BOARD_KERNEL_SEPARATED_DT := true TARGET_DTB_EXTRA_FLAGS := --force-v2 |