main/linux-postmarketos-allwiner: add CONFIG_NETFILTER_XT_MATCH_OWNER=m and CONFIG_NETFILTER_XT_MATCH_TIME=m
It seems to build ok, i've tested that the following iptables rule is working as expected :
iptables -A OUTPUT -d 1.1.1.1/32 -p tcp -m tcp --dport 853 -m conntrack --ctstate NEW,ESTABLISHED -m owner --uid-owner unbound -j ACCEPT
It's my first merge request so don't hesitate to point out missing parts :)