CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/12/02 02:14:25
Modified files:
usr.sbin/vmmctl: main.c
usr.sbin/vmd : Makefile vmd.c vmd.h
Added files:
usr.sbin/vmd : control.c proc.c proc.h vmm.c
Log message:
Start tweaking vmd's privsep and daemon model by splitting the main
process into multiple parts and adopting the "proc.c"-style from other
daemons. This allows to further reduce the privileges, to give better
pledge(2), and to add some upcoming changes.
"please do" mlarkin@, deraadt@