SynologyOpenSource / pkgscripts-ng

Synology DSM6.0 package toolkit framework
162 stars 56 forks source link

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

Open pjdubya opened 3 months ago

pjdubya commented 3 months ago

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.