[Bug 1208] --gid-owner ignores non-primary group memberships

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Fri Feb 2 01:36:49 CET 2018


https://bugzilla.netfilter.org/show_bug.cgi?id=1208

Pablo Neira Ayuso <pablo at netfilter.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |pablo at netfilter.org

--- Comment #2 from Pablo Neira Ayuso <pablo at netfilter.org> ---
You can create a set that stores all uids that belong to the given group in
nftables.

table ip x {
        set y {
                type uid
                elements = { "root", "avahi" }
        }

        chain c1 {
                type filter hook output priority 0; policy accept;
                skuid @y counter packets 0 bytes 0
        }
}

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20180202/aadf0737/attachment.html>


More information about the netfilter-buglog mailing list