CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/18 05:24:15
Modified files:
sys/miscfs/fuse: fuse_vnops.c
Log message:
chmod(2) should return EFTYPE if the effective user ID is not the
super-user, the mode includes the sticky bit (S_ISVTX), and path
does not refer to a directory.
ok mpi@
