| Summary: | patch to make default kern.maxfilesperproc < kern.maxfiles | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | kbyanc <kbyanc> | ||||
| Component: | kern | Assignee: | kbyanc | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 3.2-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
kbyanc
2000-01-03 17:00:01 UTC
Responsible Changed From-To: freebsd-bugs->kbyanc over to originator State Changed From-To: open->closed Obsoleted by rev 1.48 of src/sys/kern/subr_param.c: Limit maxprocperuid to 9/10 maxproc, and limit maxfilesperproc to 9/10 maxfiles. This should make local resource exhaustion attacks to handle with a non-tweaked setup. |