Blame extensions/libxt_owner.t

Packit Service d1fe03
:OUTPUT,POSTROUTING
Packit Service d1fe03
*mangle
Packit Service d1fe03
-m owner --uid-owner root;-m owner --uid-owner 0;OK
Packit Service d1fe03
-m owner --uid-owner 0-10;=;OK
Packit Service d1fe03
-m owner --gid-owner root;-m owner --gid-owner 0;OK
Packit Service d1fe03
-m owner --gid-owner 0-10;=;OK
Packit Service d1fe03
-m owner --uid-owner root --gid-owner root;-m owner --uid-owner 0 --gid-owner 0;OK
Packit Service d1fe03
-m owner --uid-owner 0-10 --gid-owner 0-10;=;OK
Packit Service d1fe03
-m owner ! --uid-owner root;-m owner ! --uid-owner 0;OK
Packit Service d1fe03
-m owner --socket-exists;=;OK
Packit Service d1fe03
-m owner --gid-owner 0-10 --suppl-groups;=;OK
Packit Service d1fe03
-m owner --suppl-groups --gid-owner 0-10;;FAIL
Packit Service d1fe03
-m owner --gid-owner 0-10 ! --suppl-groups;;FAIL
Packit Service d1fe03
-m owner --suppl-groups;;FAIL
Packit Service d1fe03
:INPUT
Packit Service d1fe03
-m owner --uid-owner root;;FAIL