Hello,
fake /dev/random means I created a file with a string of text such as
"1234567890". This was a workaround to get the application running.
Your suggestion is to chroot into /var/www and run "MAKEDEV random" ?
I will give it a try.
Werner
On 3/24/2023 3:27 PM, Stuart Henderson wrote:
On 2023-03-23, Werner Boninsegna <[email protected]> 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.