You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guestagent: watch NETFILTER_CFG audit events to reduce polling
iptables is scanned only when NETFILTER_CFG audit event was observed in the last minute.
Previously, iptables was scanned every 3 seconds.
`/proc/net/tcp` is still scanned every 3 seconds.
Fix issue 258
Signed-off-by: Akihiro Suda <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ The current default spec:
180
180
181
181
- Hypervisor: QEMU with HVF accelerator
182
182
- Filesystem sharing: [reverse sshfs](https://github.com/lima-vm/sshocker/blob/v0.2.0/pkg/reversesshfs/reversesshfs.go) (planned to be replaced with 9p soon)
183
-
- Port forwarding: `ssh -L`, automated by watching `/proc/net/tcp` in the guest
183
+
- Port forwarding: `ssh -L`, automated by watching `/proc/net/tcp`and `iptables` events in the guest
0 commit comments