pkgscripts-ng icon indicating copy to clipboard operation
pkgscripts-ng copied to clipboard

Update exec_env.py to mount /dev/null and /dev/urandom

Open pjdubya opened this issue 8 months ago • 0 comments

Without this change, builds fail due to invalid reference/permissions for /dev/null and /dev/urandom. This change mounts those in the environment to eliminate those errors.

Fix https://github.com/SynologyOpenSource/pkgscripts-ng/issues/48

Note this is targeting DSM7.0 but a port is likely is needed in other branches too.

pjdubya avatar Jun 05 '24 23:06 pjdubya