Paranoid network.
authorRobert Love <rlove@google.com>
Wed, 15 Oct 2008 19:35:44 +0000 (15:35 -0400)
committerArve Hjønnevåg <arve@android.com>
Mon, 8 Feb 2010 23:07:32 +0000 (15:07 -0800)
commit910b063a7e65960c1bb9cc4e91e9273b020709da
treeadd5ad22b71423c92c88a85e4cc6cc519af0b035
parent97f93ad8e2e34080a528666314d85ce7e89b3354
Paranoid network.

With CONFIG_ANDROID_PARANOID_NETWORK, require specific uids/gids to instantiate
network sockets.

Signed-off-by: Robert Love <rlove@google.com>
paranoid networking: Use in_egroup_p() to check group membership

The previous group_search() caused trouble for partners with module builds.
in_egroup_p() is also cleaner.

Signed-off-by: Nick Pelly <npelly@google.com>
Fix 2.6.29 build.

Signed-off-by: Arve Hjønnevåg <arve@android.com>
net: Fix compilation of the IPv6 module

Fix compilation of the IPv6 module -- current->euid does not exist anymore,
current_euid() is what needs to be used.

Signed-off-by: Steinar H. Gunderson <sesse@google.com>
arch/arm/configs/msm_defconfig
net/Kconfig
net/bluetooth/af_bluetooth.c
net/ipv4/af_inet.c
net/ipv6/af_inet6.c