Skip to content

Commit a35514c

Browse files
authoredJun 3, 2019
Disable selinux & audit via cmdline
They seem to be required by the kernel pre-boot
1 parent 908f6cf commit a35514c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎BoardConfigCommon.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ TARGET_USES_UEFI := true
6262
TARGET_USES_64_BIT_BINDER := true
6363

6464
# Kernel
65-
BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=2048
65+
BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=2048 audit=0 selinux=0
6666
BOARD_KERNEL_CMDLINE += androidboot.configfs=true
6767
BOARD_KERNEL_BASE := 0x00000000
6868
BOARD_KERNEL_PAGESIZE := 4096

0 commit comments

Comments
 (0)
Please sign in to comment.