solo-io / unik

The Unikernel & MicroVM Compilation and Deployment Platform
Apache License 2.0
2.72k stars 191 forks source link

Fix binary build on SELinux enabled systems #137

Closed charithe closed 7 years ago

charithe commented 7 years ago

Hello,

Running make binary on a SELinux enabled system (specifically: Fedora) generates the following error:

mv: cannot create regular file '/opt/build/unik': Permission denied

This PR adds the z option to the volume mount argument to fix this error.

ilevine commented 7 years ago

Thank you and I am sorry for the delay.