Artificial intelligent assistant

Permission denied tmp dir on STIG RHEL I am writing a program for a **DISA STIG** version of Red Hat Linux 6.5. I wrote a shell script to do self extracting on the program and when it self extracts put temporary files in the `tmp directory` that will later be moved around and deleted. The permissions for the temporary directory look like such when I run `ls -l`. `drwxrwxrwt. 4 root root 4096 Sep 25 10:14 tmp`. However when I run my script to install my program I keep egtting the following output `Verifying archive integrity... All good. Uncompressing installation package................................... ./foo.run: line 391: ./tmp/foo/install.sh: Permission denied ` line 391 is as follows, `eval $script $scriptargs $*; res=$?` with `script="./tmp/foo/install.sh"` and `scriptargs=""`. Does anyone know if it is the STIG guidelines that may be causing this issue or something that I am doing?

One thing to be aware, is that STIG locks down /tmp with noexec.

If you already spent some time on the box, it's possible that you won't be able to execute the files out of that folder. Try another location for download/install.

Also, run your installer as SUDO

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy d357e1f3c9f18850369db507a0a82b74