From f01add7d7e2261ae840f625a2bc2222ce5439931 Mon Sep 17 00:00:00 2001 From: dmpstr <168609344+dmpstr@users.noreply.github.com> Date: Fri, 24 May 2024 09:05:43 +0800 Subject: [PATCH] [DNM] LG8n: Make SELinux enforcing --- BoardConfig.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 5b66413..08874e7 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -30,7 +30,6 @@ BOARD_RAMDISK_USE_LZ4 := true BOARD_KERNEL_SEPARATED_DTBO := true BOARD_INCLUDE_DTB_IN_BOOTIMG := true BOARD_KERNEL_CMDLINE += bootopt=64S3,32N2,64N2 -BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive BOARD_KERNEL_CMDLINE += androidboot.init_fatal_reboot_target=recovery BOARD_KERNEL_PAGESIZE := 4096