ANDROID: cuttlefish_defconfig: Disable CONFIG_KSM

This feature is not recommended for Android and causes selinux denials
when running "adb bugreport". Remove it.

Bug: 174771868
Test: launch_cvd
Change-Id: If009c94f3d77d8cb25b2ff845fc47015841de610
Signed-off-by: Alistair Delva <adelva@google.com>
This commit is contained in:
Alistair Delva
2020-12-03 11:43:02 -08:00
parent 72ce9d84b5
commit 4cb652f2d0
2 changed files with 0 additions and 2 deletions

View File

@@ -45,7 +45,6 @@ CONFIG_PCI_HOST_GENERIC=y
CONFIG_PREEMPT=y
CONFIG_HZ_100=y
# CONFIG_SPARSEMEM_VMEMMAP is not set
CONFIG_KSM=y
CONFIG_ZSMALLOC=y
CONFIG_SECCOMP=y
CONFIG_ARMV8_DEPRECATED=y

View File

@@ -48,7 +48,6 @@ CONFIG_PREEMPT=y
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
# CONFIG_MTRR is not set
CONFIG_EFI=y