Subject: CVS commit: src/sys/ufs
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/22/2004 23:24:23
Module Name:	src
Committed By:	kleink
Date:		Sat May 22 23:24:23 UTC 2004

Modified Files:
	src/sys/ufs/ext2fs: ext2fs_vnops.c
	src/sys/ufs/ufs: ufs_vnops.c

Log Message:
POSIX: Permit a process without the appropriate privilege to change a
file's group ID to its effective gid, in addition to the presently
permitted set of supplementary gids.

From Mark Davies in PR standards/25401.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/ufs/ext2fs/ext2fs_vnops.c
cvs rdiff -r1.113 -r1.114 src/sys/ufs/ufs/ufs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.