Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



In article <20120417191517.471FB175D0%cvs.netbsd.org@localhost>,
Christos Zoulas <source-changes-d%NetBSD.org@localhost> 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



Home | Main Index | Thread Index | Old Index