OSDN Git Service

netd: add two child chains to firewall
authorXiaohui Chen <xiaohuic@google.com>
Mon, 8 Jun 2015 23:28:12 +0000 (16:28 -0700)
committerXiaohui Chen <xiaohuic@google.com>
Mon, 15 Jun 2015 16:39:57 +0000 (09:39 -0700)
commit1cdfa9adfa584029cb6d9ac13a2896786001b3a1
tree1cc5e6460e04227ed5dbe08f021d59f9807157dc
parent3f95777d2aafa6c0ac4671d55557cad0d04a223f
netd: add two child chains to firewall

This is an attempt to speed up getting out of device idle.  It groups
uid firewall rules in these child chains so we can attach/detach a whole
chain instead of individual uid rules.

BUG:21446713
Change-Id: I61dc7d14110e633c5994e466481b9cac633a7a4f
server/CommandListener.cpp
server/CommandListener.h
server/FirewallController.cpp
server/FirewallController.h