From owner-cvs-all Mon Sep 18 11: 3:53 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 0344B37B424; Mon, 18 Sep 2000 11:03:50 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA98712; Mon, 18 Sep 2000 11:03:49 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009181803.LAA98712@freefall.freebsd.org> From: Robert Watson Date: Mon, 18 Sep 2000 11:03:49 -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 11:03:49 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: o Allow privileged processes in jail() to override sticky bit behavior on directories. o Allow privileged processes in jail() to create inodes with the setgid bit set even if they are not a member of the group denoted by the file creation gid. This occurs due to inherited gid's from parent directories on file creation, allowing a user to create a file with a gid that is not in the creating process's credentials. Obtained from: TrustedBSD Project Revision Changes Path 1.148 +3 -3 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