Jude Nelson
Jude Nelson
Add one, and update the Makefiles to generate it if the user opts to do so when installing the /etc files.
Add uid= and gid= to vdev actions to have vdevd drop privileges before running the action. By default, vdevd runs the actions with its uid/gid (i.e. root.root). Also, add a...
Let users define their own device rules and actions (let's say under ~/.vdev/ or the like). - vdevd will run an action if the user is authorized to define actions...
Create and document a script that compiles udev rules into vdev ACL definitions.
vdev ACLs are INI-style files, but we need a wiki page with a few illustrative examples. Specific examples that would be nice: - allow X11 to run without root and...
Create an OpenBSD back-end that listens to /dev/hotplug and populates vdev with devices as they enter and leave the system.
There's a good use-case for a long-lived process making a directory, but populating it with short-lived processes (i.e. a daemon invoking one-off helper programs running as subprocesses). There should be...
Have runfs log the file data and the PID that created it to stable storage beneath the mountpoint, so that if it gets restarted, it can pick up from where...
The epoch2x block downloader should be refactored to use the modern `NeighborRPC` struct for issuing and tracking many block downloads concurrently. The current downloader is rather crufty and hard to...