Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support cgroup pid limits for exec driver #4485

Closed
fho opened this issue Jul 9, 2018 · 1 comment
Closed

Support cgroup pid limits for exec driver #4485

fho opened this issue Jul 9, 2018 · 1 comment

Comments

@fho
Copy link
Contributor

fho commented Jul 9, 2018

Similar then #4341 but for the exec driver:
Support limiting the amount of PIDS that an application can use via the cgroup Process Number controller (https://github.com/torvalds/linux/blob/master/Documentation/cgroup-v1/pids.txt).
This will prevent that an malicious application can shutdown the whole machine by using up all pids (fork bomb).

@tgross
Copy link
Member

tgross commented Apr 3, 2023

Noticed this while doing some cleanup. Shipped way back in 1.0.3

@tgross tgross closed this as completed Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants