Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Disable SELinux by following this procedure.

Option 2

Ask the your administrator to issue the following command to add textrel_shlib_t:

Code Block
languagecpp
semanage fcontext -a -t textrel_shlib_t '/tmp/xf-dll/xf-.*\.tmp'

If either of the above workarounds suggested above do not work, please try to use the solution below to get the issue fixed.

...

The noexec option, which is part of RHEL 7 hardening policy, is set up on tmpfstemporary files. You may need to deactivate it as described below.

  1. Modify the /etc/fstab file.
  2. Remove the noexec option in /tmp line.
  3. Remount the tmp filesystem.

...