Re: [PATCH v3] netfilter: xt_owner: Add supplementary groups option
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: 2019-05-31 15:54:11
Also in:
lkml, netfilter-devel
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: 2019-05-31 15:54:11
Also in:
lkml, netfilter-devel
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.