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>
diff --git a/net/Kconfig b/net/Kconfig
index 9cc19bc..15a2d76 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -85,7 +85,7 @@
config ANDROID_PARANOID_NETWORK
bool "Only allow certain groups to create sockets"
- default y
+ default ANDROID
help
none