The crhc script or the crhc-linux-x64 binary itself will not work and throw the following error if /tmp is mounted with noexec option in that system: ``` # ./crhc-linux-x64 ./crhc-linux-x64: error while loading shared libraries: libz.so.1: failed to map segment from shared object ``` https://github.com/C-RH-C/crhc-cli/blob/master/conf/conf.py#L8-L17 forces\defaults the directory to be /tmp. Hence. Either the error handling needs to be improved here or an option should be introduced to pass a different tmpdir for crhc .