Podman quadlet supports "Socket activation of containers" https://github.com/containers/podman/blob/main/docs/tutorial...
This allows you to run a network server with `Network=none` (--network=none). If the server would be compromised, the intruder would not have the privileges to use the compromised server as a spam bot. There are other advantages, such as support for preserved source IP address and better performance when running a container with rootless Podman + Pasta in a custom network.
anonfordays|10 months ago
rendaw|10 months ago
The security aspect is something new to me and I'm not sure if that applies to inetd/systemd socket services or if it's specifically a container thing.
Does anyone have more info on use cases for this?
thwarted|10 months ago
infogulch|10 months ago
xyzzy_plugh|10 months ago
You can also do 1 connection = 1 process, though, but it's absolutely not required nor particular common these days.
unknown|10 months ago
[deleted]