summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2015-11-18 09:53:55 -0800
committerJohn Stultz <john.stultz@linaro.org>2016-02-16 13:54:36 -0800
commitae6c53f18484f8cd9706b8530a73d9f95d5cbaf6 (patch)
treefe8be005f10975a93d615f45dc707dc2261a02ef /android
parent6585a782c0acb6cc36da697fa7eebb48efbcecef (diff)
ANDROID: android: base-cfg: disable CONFIG_SYSVIPC
Android SELinux policies block SysV IPC. New kernels should not be built with it. Bug: 22300191 Change-Id: Ia4bcb179ff71825cab19eed603d4064a8d061a93 Signed-off-by: Greg Hackmann <ghackmann@google.com>
Diffstat (limited to 'android')
-rw-r--r--android/configs/android-base.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/configs/android-base.cfg b/android/configs/android-base.cfg
index c4ccd726e042..44fa01da65b9 100644
--- a/android/configs/android-base.cfg
+++ b/android/configs/android-base.cfg
@@ -4,6 +4,7 @@
# CONFIG_INET_LRO is not set
# CONFIG_MODULES is not set
# CONFIG_OABI_COMPAT is not set
+# CONFIG_SYSVIPC is not set
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_LOW_MEMORY_KILLER=y
@@ -145,7 +146,6 @@ CONFIG_STAGING=y
CONFIG_SWITCH=y
CONFIG_SWP_EMULATION=y
CONFIG_SYNC=y
-CONFIG_SYSVIPC=y
CONFIG_TUN=y
CONFIG_UNIX=y
CONFIG_USB_GADGET=y