Module Name: src Committed By: christos Date: Tue Apr 17 19:15:16 UTC 2012
Modified Files: src/sys/kern: vfs_syscalls.c src/sys/ufs/chfs: chfs_vnops.c src/sys/ufs/ext2fs: ext2fs_readwrite.c src/sys/ufs/ufs: ufs_readwrite.c Log Message: don't error out when chowning/chgrping or writing to a setuid/setgid file without being the setuid user or group. Just turn off the bit like we did before. To generate a diff of this commit: cvs rdiff -u -r1.450 -r1.451 src/sys/kern/vfs_syscalls.c cvs rdiff -u -r1.4 -r1.5 src/sys/ufs/chfs/chfs_vnops.c cvs rdiff -u -r1.59 -r1.60 src/sys/ufs/ext2fs/ext2fs_readwrite.c cvs rdiff -u -r1.102 -r1.103 src/sys/ufs/ufs/ufs_readwrite.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.