From cf9c975ee987caa55a3259e5260cd87b847c100d Mon Sep 17 00:00:00 2001 From: naijun0403 Date: Mon, 16 Jun 2025 16:03:30 +0900 Subject: [PATCH] marble: add permissive SELinux mode to kernel command line The sepolicy should obviously end up in the enforcing state, but we leave it in the permissive state for the initial boot check. --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 82d5a01..e89748f 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -93,6 +93,7 @@ BOARD_KERNEL_CMDLINE := \ BOARD_BOOTCONFIG := \ androidboot.hardware=qcom \ androidboot.memcg=1 \ + androidboot.selinux=permissive \ androidboot.usbcontroller=a600000.dwc3 # Kernel modules