diff options
author | Alistair Strachan <astrachan@google.com> | 2019-05-15 17:51:09 -0700 |
---|---|---|
committer | Alistair Strachan <astrachan@google.com> | 2019-05-15 18:01:43 -0700 |
commit | 45246ee0499706ca8b16fa03219676ff2958e198 (patch) | |
tree | 1036944dd9fb3e84ef01e7371b2711e1ac71e02c /arch/x86/configs | |
parent | 4660d4cbcbdc6f89c7af2658fab23a028f32bc0c (diff) |
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 <astrachan@google.com>
Diffstat (limited to 'arch/x86/configs')
-rw-r--r-- | arch/x86/configs/x86_64_cuttlefish_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |