如何将“源 UID”传递给 iptables?

如何将“源 UID”传递给 iptables?

通过命令行,使用 iptable 二进制文件设置防火墙规则,如下所示:

iptables -I PRIO_IN -p tcp -s "10.0.0.25/24" -d "10.0.0.26/24" -j ACCEPT

对于上述规则,现在我需要添加source uid

在 Iptables 手册页中,没有看到任何按名称列出的选项source uid

相关内容