commit | e8d9612c181b1a68ba5f71384629343466f1bd13 | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Thu Apr 25 06:53:54 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 29 13:21:30 2013 -0400 |
tree | 16093300e9da78c1c3e272283ae4886d7b3984e8 | |
parent | 76d0eeb1a1579453cfd7c4da22004d4b34187ab4 [diff] |
sock_diag: allow to dump bpf filters This patch allows to dump BPF filters attached to a socket with SO_ATTACH_FILTER. Note that we check CAP_SYS_ADMIN before allowing to dump this info. For now, only AF_PACKET sockets use this feature. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>