Re: vmd(8): multi-process device emulation (plz test)

2023-04-30 Thread Brian Conway
On Sun, Apr 30, 2023, at 12:43 PM, Brian Conway wrote: > On Tue, Apr 25, 2023, at 9:47 AM, Dave Voutila wrote: >> tech@: >> >> The below diff splits out virtio device emulation for virtio block and >> network devices into separate fork+exec'd & pledge(2)'d subprocesses. >> >> In order of priority,

Re: vmd(8): multi-process device emulation (plz test)

2023-04-30 Thread Brian Conway
On Tue, Apr 25, 2023, at 9:47 AM, Dave Voutila wrote: > tech@: > > The below diff splits out virtio device emulation for virtio block and > network devices into separate fork+exec'd & pledge(2)'d subprocesses. > > In order of priority, this diff: > > 1. Isolates common exploit targets (e.g. emulate

Re: vmd(8): multi-process device emulation (plz test)

2023-04-26 Thread Dave Voutila
Dave Voutila writes: > tech@: > > The below diff splits out virtio device emulation for virtio block and > network devices into separate fork+exec'd & pledge(2)'d subprocesses. > > In order of priority, this diff: > > 1. Isolates common exploit targets (e.g. emulated network devices) from >