Support SELinux ("Security Enhanced Linux)") in enforcing mode.
SELinux seems to prevent execution of code from temp files
in /tmp, which is what some SDP functions do, e.g. when calling
code on remote hosts. To fix, scripts must use the $P4TMP
variable for a temp directory and not /tmp.