Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d7ef967 authored by Alistair Strachan's avatar Alistair Strachan
Browse files

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: default avatarAlistair Strachan <astrachan@google.com>
parent c95e5971
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -197,7 +197,6 @@ CONFIG_MAC80211=y
# CONFIG_MAC80211_RC_MINSTREL is not set
# CONFIG_MAC80211_RC_MINSTREL is not set
CONFIG_RFKILL=y
CONFIG_RFKILL=y
# CONFIG_UEVENT_HELPER is not set
# CONFIG_UEVENT_HELPER is not set
CONFIG_DEVTMPFS=y
# CONFIG_ALLOW_DEV_COREDUMP is not set
# CONFIG_ALLOW_DEV_COREDUMP is not set
CONFIG_DEBUG_DEVRES=y
CONFIG_DEBUG_DEVRES=y
CONFIG_OF_UNITTEST=y
CONFIG_OF_UNITTEST=y
+0 −1
Original line number Original line Diff line number Diff line
@@ -206,7 +206,6 @@ CONFIG_CFG80211=y
CONFIG_MAC80211=y
CONFIG_MAC80211=y
CONFIG_RFKILL=y
CONFIG_RFKILL=y
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_DEVTMPFS=y
CONFIG_DEBUG_DEVRES=y
CONFIG_DEBUG_DEVRES=y
CONFIG_OF=y
CONFIG_OF=y
CONFIG_OF_UNITTEST=y
CONFIG_OF_UNITTEST=y