aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2015-11-18 09:53:55 -0800
committerAmit Pundir <amit.pundir@linaro.org>2016-01-11 09:50:31 +0530
commit0574c519bdec9183c477488e6f2fecc9a761d4ab (patch)
tree2147a9453128ce87f5823b99ce73c0f43451311a
parent340ea0c94b53ce0f0b784996a8940791961c8174 (diff)
downloadlinaro-android-0574c519bdec9183c477488e6f2fecc9a761d4ab.tar.gz
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>
-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