[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <52B45504.20608@bmw-carit.de>
Date: Fri, 20 Dec 2013 15:32:36 +0100
From: Valentina Giusti <valentina.giusti@...-carit.de>
To: Florian Westphal <fw@...len.de>
CC: <netfilter-devel@...r.kernel.org>, <netdev@...r.kernel.org>,
<jpa@...gle.com>, <pablo@...filter.org>,
<daniel.wagner@...-carit.de>
Subject: Re: [PATCH v3 1/2] netfilter_queue: enable UID/GID socket info retrieval
On 12/20/2013 03:09 PM, Florian Westphal wrote:
> valentina.giusti@...-carit.de <valentina.giusti@...-carit.de> wrote:
>> --- a/net/netfilter/nfnetlink_queue_core.c
>> +++ b/net/netfilter/nfnetlink_queue_core.c
>> @@ -297,6 +297,32 @@ nfqnl_put_packet_info(struct sk_buff *nlskb, struct sk_buff *packet,
>> return flags ? nla_put_be32(nlskb, NFQA_SKB_INFO, htonl(flags)) : 0;
>> }
>>
>> +static int nfqnl_put_sk_uidgid(struct sk_buff *skb, struct sock *sk)
>> +{
>> + const struct cred *cred;
>> +
>> + if (sk->sk_state == TCP_TIME_WAIT)
>> + return -1;
> I think this should be 'return 0'?
I put return -1 because I think that if userspace has requested to
receive UID and GID, then it should be dumped only packets that have
that information available.
Are you suggesting that it should be otherwise?
Thanks,
- Val
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists