summaryrefslogtreecommitdiff
path: root/kernel/power
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2011-08-31 13:50:15 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:39:03 -0800
commit5e0d0a23f7a54f41162a995b140ef5746907329e (patch)
tree1e59d37976de9142107e6dd2895fe96b643c03d6 /kernel/power
parent51a9cc457e23ec2f94607b7fb37e7dbda59f18cd (diff)
netfilter: qtaguid: fix proc/.../stats uid filtered output
"cat /proc/net/xt_qtaguid/stats" for a non-priviledged UID would output multiple twice its own stats. The fix tweaks the way lines are counted. Non-root: idx iface acct_tag_hex uid_tag_int cnt_set ... 2 wlan0 0x0 10022 0 ... 3 wlan0 0x0 10022 1 ... 4 wlan0 0x3010000000000000 10022 0 ... 5 wlan0 0x3010000000000000 10022 1 ... Root: idx iface acct_tag_hex uid_tag_int cnt_set 2 wlan0 0x0 0 0 ... 3 wlan0 0x0 0 1 ... 4 wlan0 0x0 1000 0 ... ... 12 wlan0 0x0 10022 0 ... 13 wlan0 0x0 10022 1 ... ... 18 wlan0 0x3010000000000000 10022 0 ... 19 wlan0 0x3010000000000000 10022 1 ... Change-Id: I3cae1f4fee616bc897831350374656b0c718c45b Signed-off-by: JP Abgrall <jpa@google.com>
Diffstat (limited to 'kernel/power')
0 files changed, 0 insertions, 0 deletions