From owner-cvs-all Mon Sep 18 10:53:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F27237B42C; Mon, 18 Sep 2000 10:53:25 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA95763; Mon, 18 Sep 2000 10:53:25 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009181753.KAA95763@freefall.freebsd.org> From: Robert Watson Date: Mon, 18 Sep 2000 10:53:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/18 10:53:25 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: o Add missing PRISON_ROOT allowing a privileged process in a jail() to not remove the setuid/setgid bits by virtue of a change to a file with those bits set, even if the process doesn't own the file, or isn't a group member of the file's gid. Obtained from: TrustedBSD Project Revision Changes Path 1.146 +2 -2 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message