https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237715
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- It's hard to pick a sensible default though. OpenBSD has default (per architecture) rlimits, which I think is a good idea, but they often have to be changed. There's kern.maxprocperuid which can default to something calculated based on hardware resources. It's set a bit lower than maxproc as it is, but not enough to protect the system in most cases it seems. A process count limit alone only protects you against accidental fork bombs. And then again, it probably only protects other users from it, it's pretty hard to recover your session when you can't spawn more processes. I guess that's the reason it hasn't been done already, it's not a good protection by itself and setting a whole bunch of resource limits is too difficult (and required to set very low per-process limits to be effective before rctl). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
