packet_diag: disclose uid value
This value is disclosed via /proc/net/packet but not via netlink messages. The goal is to have the same level of information. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
fdd5f43a1b
commit
626419038a
2 changed files with 15 additions and 5 deletions
|
@ -32,6 +32,7 @@ enum {
|
|||
PACKET_DIAG_RX_RING,
|
||||
PACKET_DIAG_TX_RING,
|
||||
PACKET_DIAG_FANOUT,
|
||||
PACKET_DIAG_UID,
|
||||
|
||||
__PACKET_DIAG_MAX,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue