OSDN Git Service

Use AF_INET sockets when checking netIds in setNetworkFor{Process,Resolv}(). DO NOT...
authorSreeram Ramachandran <sreeram@google.com>
Sat, 31 May 2014 02:59:51 +0000 (19:59 -0700)
committerSreeram Ramachandran <sreeram@google.com>
Mon, 2 Jun 2014 16:22:27 +0000 (16:22 +0000)
commit414173882a87ded2fdd4f5181cd7dff3842a8917
treebff6b58e9677426f3bdfb55088ea10f1b23a757b
parent82eab785bd5cb2eff0a263f5b0dcde13e9139588
Use AF_INET sockets when checking netIds in setNetworkFor{Process,Resolv}(). DO NOT MERGE

AF_UNIX sockets don't need to be marked, so we don't give netd the permission to
operate on them (cf: netd.te). I.e., netd doesn't expect to receive them.

Make sure that the creation of the AF_INET socket doesn't trigger another
wasteful check with netd by calling the libc version directly.

Bug: 13885501
Change-Id: I6b549232e57cacd47501edcefa4c0b4b79df9da0
(cherry picked from commit 2756045bebaac342f7cb70dad11519f896d44833)
client/NetdClient.cpp