aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Hilman <khilman@linaro.org>2015-05-20 12:03:50 -0700
committerAmit Pundir <amit.pundir@linaro.org>2015-09-01 19:12:47 +0530
commit2e8f99da5e740251958416699ce7b5a1df6d46d7 (patch)
treed847f7c953c674c2b5ff126e1a56c7290120d061
parentedc15dd528f5f7d87260d834f671d9a7aa80cbfc (diff)
net/Kconfig: paranoid only for android
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