PwnableHarness icon indicating copy to clipboard operation
PwnableHarness copied to clipboard

Use fine-grained resource limits for each connection-handler process tree

Open C0deH4cker opened this issue 4 months ago • 0 comments

After #32, we're now in a good state where resource exhaustion in a container won't affect the host. However, it will still affect connectivity to the challenge container. Ideally, each incoming connection will have a new child cgroup policy that limits the CPU/memory/PIDs available to something smaller than the container's limits.

C0deH4cker avatar Oct 10 '24 03:10 C0deH4cker