mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Update docs to reflect change in count of procs reserved for root
from 1 to 10. PR: kern/40515 Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU> MFC after: 1 day
This commit is contained in:
parent
e3682e195b
commit
c4441bc769
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ fork1(td, flags, procp)
|
|||
/*
|
||||
* Although process entries are dynamically created, we still keep
|
||||
* a global limit on the maximum number we will create. Don't allow
|
||||
* a nonprivileged user to use the last process; don't let root
|
||||
* a nonprivileged user to use the last ten processes; don't let root
|
||||
* exceed the limit. The variable nprocs is the current number of
|
||||
* processes, maxproc is the limit.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue