Hi,

With iptables, I was able to use the match extension, and create rules per program or pid, for isntance:

iptables -A OUTPUT --match owner -p tcp --cmd-owner tinyproxy -j ACCEPT
iptables -A OUTPUT --match owner -p tcp --pid-owner 4554 -j ACCEPT

How can I achieve the same, on Linux, using nftables, please ?

I am using Debian Bullseye

Thanks.

--
𝓐𝓑 - π΄π‘›π‘‘π‘Ÿπ‘’ π‘…π‘œπ‘‘π‘–π‘’π‘Ÿ

Reply via email to