Skip to content

Commit

Permalink
boardconfig: Disable selinux & audit via kernel cmdline
Browse files Browse the repository at this point in the history
  • Loading branch information
JamiKettunen committed Dec 14, 2019
1 parent b20d4d0 commit 6f1c082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoardConfigCommon.mk
Expand Up @@ -61,7 +61,7 @@ TARGET_2ND_CPU_VARIANT := cortex-a73
TARGET_USES_UEFI := true

# Kernel
BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3
BOARD_KERNEL_CMDLINE := selinux=0 audit=0 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3
BOARD_KERNEL_CMDLINE += lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1
BOARD_KERNEL_CMDLINE += service_locator.enable=1 swiotlb=2048 androidboot.usbconfigfs=true
BOARD_KERNEL_CMDLINE += androidboot.usbcontroller=a800000.dwc3
Expand Down

0 comments on commit 6f1c082

Please sign in to comment.