cvs commit: src/sys/kern kern_conf.c

Andrew Thompson thompsa at FreeBSD.org
Tue Dec 4 17:22:04 PST 2007


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


More information about the cvs-all mailing list