From owner-cvs-src@FreeBSD.ORG Tue Feb 8 21:50:44 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D64F16A4CE; Tue, 8 Feb 2005 21:50:44 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id C84A443D2F; Tue, 8 Feb 2005 21:50:43 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id EC060ACAFB; Tue, 8 Feb 2005 22:50:41 +0100 (CET) Date: Tue, 8 Feb 2005 22:50:41 +0100 From: Pawel Jakub Dawidek To: Colin Percival Message-ID: <20050208215041.GP1080@darkness.comp.waw.pl> References: <200502082131.j18LVBBd031393@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+nG9yj4eE4W6Oba0" Content-Disposition: inline In-Reply-To: <200502082131.j18LVBBd031393@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_jail.c src/sys/sys jail.h src/sys/ufs/ufs ufs_vnops.c src/usr.sbin/jail jail.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2005 21:50:44 -0000 --+nG9yj4eE4W6Oba0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 08, 2005 at 09:31:11PM +0000, Colin Percival wrote: +> cperciva 2005-02-08 21:31:11 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/kern kern_jail.c=20 +> sys/sys jail.h=20 +> sys/ufs/ufs ufs_vnops.c=20 +> usr.sbin/jail jail.8=20 +> Log: +> Add a new sysctl, "security.jail.chflags_allowed", which controls the +> behaviour of chflags within a jail. If set to 0 (the default), then a +> jailed root user is treated as an unprivileged user; if set to 1, then +> a jailed root user is treated the same as an unjailed root user. +> =20 +> This is necessary to allow "make installworld" to work inside a jail, +> since it attempts to manipulate the system immutable flag on certain +> files. More than that. It should be allowed in the future by default and this behaviour should be controlled by jail's securelevel. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --+nG9yj4eE4W6Oba0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCCTQxForvXbEpPzQRAoBpAJ96CRpJ50ouDblplrkBYxbgQozVoQCePSLO 5/0gMGxu7JnzUoB2VvFjejg= =MhJQ -----END PGP SIGNATURE----- --+nG9yj4eE4W6Oba0--