diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-17 18:00:49 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-17 18:00:49 +0530 |
commit | 189cb8f5c4d4943f03acb9c9275ece52ff6c747e (patch) | |
tree | 491f9a9769b74be058b1e348ebee1cc7f423c61d | |
parent | baa3641d5f8e64288f45432d6e4989701dbbcc0f (diff) |
msm8996-common: Temporarily disable selinux
Change-Id: If0f7ee15a37aa7ea208cb6eb73833b8f315df799
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 32c8fab..4dffc52 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -38,7 +38,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 androidboot.usbconfigfs=true +BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom ehci-hcd.park=3 lpm_levels.sleep_disabled=1 cma=32M@0-0xffffffff androidboot.usbconfigfs=true androidboot.selinux=permissive BOARD_KERNEL_CMDLINE += firmware_class.path=/vendor/firmware_mnt/image BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb BOARD_KERNEL_PAGESIZE := 4096 |