HomeClusterLabs Projects

portblock: implement blocking of outgoing ports

Description

portblock: implement blocking of outgoing ports

Currently, the portblock agent can only operate on the INPUT chain.
Blocking our own host from sending traffic on a specific port is
presently not possible.

To enable this, introduce a "direction" parameter that specifies whether
to operate on incoming traffic (INPUT chain with destination ports) or
outgoing traffic (OUTPUT chain with source ports).

Details

Provenance
Christoph Böhmwalder <christoph.boehmwalder@linbit.com>Authored on Sep 16 2022, 4:40 AM
Parents
rRfa9e335f195a: Merge pull request #1801 from XingWei-Liu/main
Branches
Unknown
Tags
Unknown

Event Timeline

Christoph Böhmwalder <christoph.boehmwalder@linbit.com> committed rRb8c61b4761b9: portblock: implement blocking of outgoing ports (authored by Christoph Böhmwalder <christoph.boehmwalder@linbit.com>).Sep 16 2022, 4:47 AM