https://github.com/xavierog/libvirtd-no-iptables
Prevent libvirtd from adding iptables rules.
https://github.com/xavierog/libvirtd-no-iptables
iptables ld-preload libvirt libvirtd linux
Last synced: 2 months ago
JSON representation
Prevent libvirtd from adding iptables rules.
- Host: GitHub
- URL: https://github.com/xavierog/libvirtd-no-iptables
- Owner: xavierog
- Created: 2024-09-29T16:08:35.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-01-04T18:03:43.000Z (5 months ago)
- Last Synced: 2025-01-20T16:33:41.589Z (4 months ago)
- Topics: iptables, ld-preload, libvirt, libvirtd, linux
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Prevent libvirtd from adding iptables rules by calling /sbin/iptables or
/sbin/ip6tables. Let it call "iptables --version" though.Compile with: gcc -shared -ldl -fPIC no-iptables.c -o no-iptables.so
If needed, add -DNOIPTABLES_DEBUG
Usage: LD_PRELOAD=/path/to/no-iptables.so libvirtd