mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-16 12:47:52 +00:00
Reapply "CI: test nftables driver on fedora"
Temporary, until we get CI VMs with kernel 6.11.6. I've lost track of where this is being discussed. This reverts commit7f836df303. Signed-off-by: Ed Santiago <santiago@redhat.com> (cherry picked from commit0e66a793bc) Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
16acfd7edb
commit
1f0e2db2a9
1 changed files with 5 additions and 0 deletions
|
|
@ -147,6 +147,11 @@ case "$OS_RELEASE_ID" in
|
|||
msg "Enabling container_manage_cgroup"
|
||||
showrun setsebool container_manage_cgroup true
|
||||
fi
|
||||
|
||||
# Test nftables driver, https://fedoraproject.org/wiki/Changes/NetavarkNftablesDefault
|
||||
# We can drop this once this implemented and pushed into fedora stable. We cannot test it on
|
||||
# debian because the netavark version there is way to old for nftables support.
|
||||
printf "[network]\nfirewall_driver=\"nftables\"\n" > /etc/containers/containers.conf.d/90-nftables.conf
|
||||
;;
|
||||
*) die_unknown OS_RELEASE_ID
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue