CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/09/08 13:46:18
Modified files:
usr.sbin/vmd : proc.c proc.h virtio.c vm.c vmd.c vmd.h vmm.c
Log message:
Migrate vmd(8) to use getexecpath(3).
vmd requires absolute paths during its many instances of fork+exec
in conjunction with its usage of unveil(2). Make it easier to run
vmd by capturing the absolute path via getexecpath(3) during early
init and storing it in the vmd environment state.
Looks good to deraadt@, "go for it" mlarkin@