Hello
Currently, the "xt_cgroup" kernel module is not being compiled for linux-rpi. This module is needed to implement individual "per-application" firewall rules. It would be great if it would be available by default.
I already compiled it manually and can confirm that it works.
The only change necessary would be to set this in the kernel config:
CONFIG_NETFILTER_XT_MATCH_CGROUP=m
Would it be possible to include this config addition?
Thank you