aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Hilman <khilman@linaro.org>2015-05-20 12:03:50 -0700
committerKevin Hilman <khilman@linaro.org>2015-06-16 15:17:19 -0700
commit66ff7c376168a46ce5556ba42ee1c0abe302cbd0 (patch)
treee4af91973e3104bf4b58f8348b6183dcdbef2b4b
parent0f2b5aa0afc81fd361964abe300dbb2c7011c857 (diff)
net/Kconfig: paranoid only for androidv3.18/topic/aosp-fixes
Currently, paranoid networking is enabled by default whether or not and android kernel is being built. However, it should be enabled by default only when and Android kernel is being built. To fix, use "default ANDROID" instead of "default y" Change-Id: Ia19ab766e3497f07ccee846bec1f5fd4017e5977 Cc: John Stultz <john.stultz@linaro.org> Signed-off-by: Kevin Hilman <khilman@linaro.org>
-rw-r--r--net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 9cc19bc22dda..15a2d76703bb 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -85,7 +85,7 @@ endif # if INET
config ANDROID_PARANOID_NETWORK
bool "Only allow certain groups to create sockets"
- default y
+ default ANDROID
help
none