cvs commit: src/sys/vfs/ufs ufs_vnops.c
David Rhodus
drhodus at crater.dragonflybsd.org
Mon Jul 26 12:50:05 PDT 2004
drhodus 2004/07/26 12:48:31 PDT
DragonFly src repository
Modified files:
sys/vfs/ufs ufs_vnops.c
Log:
POSIX.1-2003: Changing the group ID is permitted to a process with an
effective user ID of file, but without appropriate privileges, if and
only if owner is equal to the file's user ID or (uid_t)-1 and group is
equal either to the calling process effective group ID or to one of its
supplementary group IDs.
Revision Changes Path
1.15 +2 -1 src/sys/vfs/ufs/ufs_vnops.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/ufs/ufs_vnops.c.diff?r1=1.14&r2=1.15&f=u
More information about the Commits
mailing list