CVSROOT: /cvs Module name: src Changes by: sema...@cvs.openbsd.org 2016/05/02 00:21:26
Modified files: usr.sbin/rebound: rebound.c Log message: prepare userland for removing chroot(2) from allowed syscalls under pledge(2). in rebound(8), the worker is still chrooted (and pledged). The supervisor process remains unpledged in order to create workers. ok tedu@