[CR# 528711] For SELinux enabled Linux distribution /JVM/bin is prevented from running under the default security context. Installer image fails to run producing the error message: “cannot restore segment prot after reloc: Permission denied”.
Workaround: Do one of these two steps.
Disable SELinux by setting the line SELINUX=disabled in your /etc/sysconfig/selinux file. For detailed information on enabling and disabling SELinux refer to section 44.2.7.
Change the default security context for /JVM with chcon -R -t textrel_shlib_t/JVM/bin. For more reference about the chcon command see section 44.1.3