In article <20120417191517.471fb17...@cvs.netbsd.org>,
Christos Zoulas <source-changes-d@NetBSD.org> wrote:
>-=-=-=-=-=-
>
>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.

Changed the message to read:
it is not an error if the kernel needs to clear the setuid/setgid bit on
write/chown/chgrp

christos

Reply via email to