From 48e389c89c3a682f673c41c14cc17dd4763ff249 Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Wed, 24 Mar 2021 08:47:45 +0800 Subject: [PATCH] Turn on SELinux Bug: 171942789 Test: flashall, OTA, adb, bluetooth, wifi, LTE, phone call, SMS, play audio, video, camera picture, recording, sensors, storage PTS, thermal PTS, bugreport, GPS, lock screen Change-Id: I85c22c7a7fd97aa30618455478974a71e19cfcab --- BoardConfig-common.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index 6fafd93c..c055d1a5 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -43,7 +43,6 @@ endif BOARD_KERNEL_CMDLINE += dyndbg=\"func alloc_contig_dump_pages +p\" BOARD_KERNEL_CMDLINE += earlycon=exynos4210,0x10A00000 console=ttySAC0,115200 androidboot.console=ttySAC0 printk.devkmsg=on -BOARD_BOOTCONFIG += androidboot.selinux=permissive BOARD_BOOTCONFIG += androidboot.boot_devices=14700000.ufs TARGET_NO_BOOTLOADER := true