From 45246ee0499706ca8b16fa03219676ff2958e198 Mon Sep 17 00:00:00 2001 From: Alistair Strachan Date: Wed, 15 May 2019 17:51:09 -0700 Subject: ANDROID: cuttlefish_defconfig: Disable DEVTMPFS This option was enabled for other experiments, and Android doesn't need or use devtmpfs. However, even just having this feature enabled will cause selinux denials. Fix the denials by disabling this feature. Bug: 130468851 Change-Id: I3bf35b2e74f8701d792b85dbdc3f2143d171a8c1 Signed-off-by: Alistair Strachan --- arch/arm64/configs/cuttlefish_defconfig | 1 - arch/x86/configs/x86_64_cuttlefish_defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/arm64/configs/cuttlefish_defconfig b/arch/arm64/configs/cuttlefish_defconfig index 87c1d8a49dc7..276cd1feb3d2 100644 --- a/arch/arm64/configs/cuttlefish_defconfig +++ b/arch/arm64/configs/cuttlefish_defconfig @@ -183,7 +183,6 @@ CONFIG_MAC80211=y # CONFIG_MAC80211_RC_MINSTREL is not set CONFIG_RFKILL=y # CONFIG_UEVENT_HELPER is not set -CONFIG_DEVTMPFS=y # CONFIG_ALLOW_DEV_COREDUMP is not set CONFIG_DEBUG_DEVRES=y CONFIG_OF_UNITTEST=y diff --git a/arch/x86/configs/x86_64_cuttlefish_defconfig b/arch/x86/configs/x86_64_cuttlefish_defconfig index ac079bf2a412..39747e99782d 100644 --- a/arch/x86/configs/x86_64_cuttlefish_defconfig +++ b/arch/x86/configs/x86_64_cuttlefish_defconfig @@ -199,7 +199,6 @@ CONFIG_CFG80211=y CONFIG_MAC80211=y CONFIG_RFKILL=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" -CONFIG_DEVTMPFS=y CONFIG_DEBUG_DEVRES=y CONFIG_OF=y CONFIG_OF_UNITTEST=y -- cgit v1.2.3