CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/08/31 10:07:12
Modified files: sys/kern : vfs_syscalls.c Log message: Rather than killing when *chmod is asked to do setuid/setgid, clear those bits in the request and continue. This is a better posix-subset to give to programs.