Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2009 21:00:50 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_cpuset.c
Message-ID:  <200904282100.n3SL0wwD052003@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2009-04-28 21:00:50 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_cpuset.c 
  Log:
  SVN rev 191639 on 2009-04-28 21:00:50Z by bz
  
  Prevent a superuser inside a jail from modifying the dedicated
  root cpuset of that jail.
  Processes inside the jail will still be able to change child sets.
  A superuser outside of a jail will still be able to change the jail cpuset
  and thus limit the number of cpus available to the jail.
  
  Problem reported by: 000.fbsd@quip.cz (Miroslav Lachman)
  PR:             kern/134050
  Reviewed by:    jeff
  MFC after:      3 weeks
  X-MFC:          backout r191596
  
  Revision  Changes    Path
  1.16      +9 -0      src/sys/kern/kern_cpuset.c



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