Re: [PATCH v2] netfilter: xt_owner: Add supplementary groups option

From: Jan Engelhardt
Date: Thu May 09 2019 - 07:36:14 EST



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.