[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <nycvar.YFH.7.76.1905091329090.1916@n3.vanv.qr>
Date: Thu, 9 May 2019 13:29:42 +0200 (CEST)
From: Jan Engelhardt <jengelh@...i.de>
To: Lukasz Pawelczyk <l.pawelczyk@...sung.com>
cc: Eric Dumazet <eric.dumazet@...il.com>,
Pablo Neira Ayuso <pablo@...filter.org>,
Jozsef Kadlecsik <kadlec@...ckhole.kfki.hu>,
Florian Westphal <fw@...len.de>,
"David S. Miller" <davem@...emloft.net>,
netfilter-devel@...r.kernel.org, coreteam@...filter.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Lukasz Pawelczyk <havner@...il.com>
Subject: Re: [PATCH v2] netfilter: xt_owner: Add supplementary groups
option
On Thursday 2019-05-09 12:47, Lukasz Pawelczyk wrote:
>> > > > > > index fa3ad84957d5..d646f0dc3466 100644
>> > > > > > --- a/include/uapi/linux/netfilter/xt_owner.h
>> > > > > > +++ b/include/uapi/linux/netfilter/xt_owner.h
>> > > > > > @@ -8,6 +8,7 @@ enum {
>> > > > > > XT_OWNER_UID = 1 << 0,
>> > > > > > XT_OWNER_GID = 1 << 1,
>> > > > > > XT_OWNER_SOCKET = 1 << 2,
>> > > > > > + XT_SUPPL_GROUPS = 1 << 3,
In keeping with the naming, this should be something like
XT_OWNER_SUPPL_GROUPS.
Powered by blists - more mailing lists