Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2007 01:22:03 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_conf.c
Message-ID:  <200712050122.lB51M3QE076490@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2007-12-05 01:22:03 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_conf.c 
  Log:
  Apply a workaround for the unkillable jail problem where some devices created
  within the jail are never freed. si_cred is only used by the MAC framework so
  make the cred reference conditional on it being compiled in, this is not a fix
  and will need to be reviewed for any new consumers of si_cred.
  
  This will quell some user complaint when using jails with a default kernel.
  
  Reviewed by:    rwatson
  MFC after:      3 days
  
  Revision  Changes    Path
  1.209     +2 -0      src/sys/kern/kern_conf.c



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