Closed charithe closed 7 years ago
Hello,
Running make binary on a SELinux enabled system (specifically: Fedora) generates the following error:
make binary
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.
z
Thank you and I am sorry for the delay.
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.