On 2023-03-23, Werner Boninsegna <wer...@dewrico.com> wrote: > Please note that I had to "fake" /dev/random, as I couldn't figure out > how to set such a device in the chroot environment.
I have no idea what a "fake" /dev/random looks like but that sounds a lot less safe than running the cgi script outside the chroot. To create a real device node, use the MAKEDEV script or run mknod(8) by hand.