CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/09/10 10:53:30
Modified files:
sbin/mount : mntopts.h mount.8 mount.c
sbin/mount_ffs : mount_ffs.c
sys/kern : vfs_syscalls.c
sys/sys : mount.h
sys/ufs/ffs : ffs_vnops.c
sys/ufs/ufs : ufs_lookup.c ufs_vnops.c
Log message:
Add a noperm mount flag for FFS to be used for building release sets
without root privileges. This is only the kernel/mount flag; additional
work in the build Makefile's will be necessary such that the files in
$DESTDIR are created with correct permissions.
tedu couldn't find anything wrong with it in a quick review
idea & ok deraadt