overlay coreos/config: Add Flatcar modifications for net-firewall/nftables

This commit is contained in:
Krzesimir Nowak 2025-04-02 19:38:13 +02:00
parent f647cf39bb
commit 1dc9f9306c

View File

@ -0,0 +1,5 @@
nftables_install_mask=" /usr/libexec/nftables /var/lib/nftables /usr/lib/systemd/system/nftables-restore.service "
INSTALL_MASK+=${nftables_install_mask}
PKG_INSTALL_MASK+=${nftables_install_mask}
unset nftables_install_mask