Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2004 19:04:31 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_descrip.c
Message-ID:  <200407141904.i6EJ4VKD016422@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
csjp        2004-07-14 19:04:31 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_descrip.c 
  Log:
  In addition to the real user ID check, do an explicit jail
  check to ensure that the caller is not prison root.
  
  The intention is to fix file descriptor creation so that
  prison root can not use the last remaining file descriptors.
  This privilege should be reserved for non-jailed root users.
  
  Approved by:    bmilekic (mentor)
  
  Revision  Changes    Path
  1.236     +3 -2      src/sys/kern/kern_descrip.c



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