Skip to content

Commit

Permalink
Disable selinux & audit via cmdline
Browse files Browse the repository at this point in the history
They seem to be required by the kernel pre-boot
  • Loading branch information
JamiKettunen committed Jun 3, 2019
1 parent 908f6cf commit a35514c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoardConfigCommon.mk
Expand Up @@ -62,7 +62,7 @@ TARGET_USES_UEFI := true
TARGET_USES_64_BIT_BINDER := true

# Kernel
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
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
BOARD_KERNEL_CMDLINE += androidboot.configfs=true
BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_PAGESIZE := 4096
Expand Down

0 comments on commit a35514c

Please sign in to comment.