CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/19 10:05:12
Modified files:
usr.sbin/chroot: chroot.8 chroot.c
Log message:
When a user is specified via the -u flag, use setusercontext() to
setup (most of) the execution environment. We still have to defer
setting the actual uid until after we change root. OK deraadt@
