C0deH4cker / PwnableHarness

Manage building and deploying exploitation challenges with ease
MIT License
57 stars 4 forks source link

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

Open C0deH4cker opened 4 weeks ago

C0deH4cker commented 4 weeks ago

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.