CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/08/31 10:13:11
Modified files: sys/kern : vfs_syscalls.c Log message: In tame mode, return EPERM for *chown if uid/gid change is not towards cr_uid/cr_gid (effective ids). Thus, chown(, -1,-1) should work OK, so should chown(, me, -1), etc. With this commited, more people can test.