In article <[email protected]>, Christos Zoulas <[email protected]> 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
