overlay coreos/config: Update install mask for net-firewall/nftables

The nftables-restore service was split into nftables-load and
nftables-store.
This commit is contained in:
Krzesimir Nowak 2025-05-07 13:36:45 +02:00
parent 29b39a0d82
commit 20b1a3904a

View File

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