Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 1995 20:42:43 +0100
From:      Guido van Rooij <guido>
To:        CVS-commiters, cvs-usrsbin
Subject:   cvs commit: src/usr.sbin/sysctl sysctl.8
Message-ID:  <199502201942.UAA04892@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
guido       95/02/20 20:42:43

  Modified:    sys/conf param.c
               sys/kern kern_descrip.c kern_resource.c kern_sysctl.c
               sys/sys  file.h sysctl.h
               usr.sbin/sysctl sysctl.8
  Log:
  Implement maxprocperuid and maxfilesperproc. They are tunable
  via sysctl(8). The initial value of maxprocperuid is maxproc-1,
  that of maxfilesperproc is maxfiles (untill maxfile will disappear)
  
  Now it is at least possible to prohibit one user opening maxfiles
  
  -Guido
  
  Submitted by:
  Obtained from:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502201942.UAA04892>