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

From: Pablo Neira Ayuso
Date: Fri May 31 2019 - 11:57:52 EST


On Fri, May 10, 2019 at 01:46:22PM +0200, Lukasz Pawelczyk wrote:
> The XT_OWNER_SUPPL_GROUPS flag causes GIDs specified with XT_OWNER_GID
> to be also checked in the supplementary groups of a process.
>
> f_cred->group_info cannot be modified during its lifetime and f_cred
> holds a reference to it so it's safe to use.

Applied, thanks.