CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/23 03:46:51
Modified files:
sys/kern : vfs_subr.c vfs_syscalls.c
sys/sys : vnode.h
sys/ufs/ffs : ffs_vnops.c
sys/ufs/ufs : ufs_lookup.c ufs_vnops.c
Log message:
Rectify some issues with the noperm mount flag; the root vnode was not
protected properly and files without any x bit set were accidentaly considered
executable when checked with access(2).
Issues found and reported by deraadt, halex, reyk, tb
ok deraadt
