CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2016/10/04 11:17:30
Modified files: usr.sbin/vmd : Makefile config.c proc.c proc.h vmd.c vmd.h vmm.c Added files: usr.sbin/vmd : priv.c Log message: Add a new "priv" process that is responsible for ioctls and restricted operations that aren't allowed under pledge. This is a companion to the "vmd" process that runs as root but with pledge. With the "priv" process, each new tap(4) interface now gets a description to indicate the vm, eg. "vm1-if0-myvm". For network configuration will be done by vmd/priv later. OK mlarkin@