ANDROID: cuttlefish_defconfig: Disable DEVTMPFS
authorAlistair Strachan <astrachan@google.com>
Thu, 16 May 2019 00:51:09 +0000 (17:51 -0700)
committerAlistair Strachan <astrachan@google.com>
Thu, 16 May 2019 01:03:48 +0000 (18:03 -0700)
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 <astrachan@google.com>
arch/arm64/configs/cuttlefish_defconfig
arch/x86/configs/x86_64_cuttlefish_defconfig

index 2c161483bd4a34512aaa37845e8d6ad72540561c..0f5f1cd65feecb6b20e792a7fcc627469f3e5004 100644 (file)
@@ -196,7 +196,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
index 107aa15120de6ac0e7608de26cf0a3b404e27225..2e44a5a9180cbdfcb6f00e8758eb2c9bc5c2d4c4 100644 (file)
@@ -209,7 +209,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