From b8c5db3ad45cc44e84231aa43c5e63b44de5ea0a Mon Sep 17 00:00:00 2001 From: Alex Hong Date: Thu, 25 Mar 2021 17:41:41 +0800 Subject: [PATCH] Keep slider/whitefin under Permissive mode Bug: 171942789 Test: $ adb shell getenforce Change-Id: I793daf5cff7e4ce549115c02f6b2a169e8c5ca10 --- slider/BoardConfig.mk | 2 ++ whitefin/BoardConfig.mk | 2 ++ 2 files changed, 4 insertions(+) diff --git a/slider/BoardConfig.mk b/slider/BoardConfig.mk index d7d78b5..5711b31 100644 --- a/slider/BoardConfig.mk +++ b/slider/BoardConfig.mk @@ -21,5 +21,7 @@ USES_DEVICE_GOOGLE_RAVIOLE := true BOARD_VENDOR_RAMDISK_KERNEL_MODULES_FILTER += \ $(TARGET_KERNEL_DIR)/drv2624.ko \ +BOARD_BOOTCONFIG += androidboot.selinux=permissive + include device/google/gs101/BoardConfig-common.mk -include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk diff --git a/whitefin/BoardConfig.mk b/whitefin/BoardConfig.mk index ee3e884..e042336 100644 --- a/whitefin/BoardConfig.mk +++ b/whitefin/BoardConfig.mk @@ -18,5 +18,7 @@ TARGET_BOOTLOADER_BOARD_NAME := whitefin TARGET_SCREEN_DENSITY := 440 USES_DEVICE_GOOGLE_RAVIOLE := true +BOARD_BOOTCONFIG += androidboot.selinux=permissive + include device/google/gs101/BoardConfig-common.mk -include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk