netfilter: xt_qtaguid: remove AID_* dependency for access control
authorJP Abgrall <jpa@google.com>
Sat, 5 Jan 2013 02:18:36 +0000 (18:18 -0800)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:51:28 +0000 (13:51 -0800)
commitd39229d5c136abb749a58d44c292bd385716c3fa
tree725d60fecfec4e15b9c4ff22d4467c38928593e5
parentd948af4500d6620b8c1c4884378058ee3db166d6
netfilter: xt_qtaguid: remove AID_* dependency for access control

qtaguid limits what can be done with /ctrl and /stats based on group
membership.
This changes removes AID_NET_BW_STATS and AID_NET_BW_ACCT, and picks
up the groups from the gid of the matching proc entry files.

Signed-off-by: JP Abgrall <jpa@google.com>
Change-Id: I42e477adde78a12ed5eb58fbc0b277cdaadb6f94
net/netfilter/xt_qtaguid.c