When packaging an application on RHEL or CentOS, you may receive the following error:
"cannot restore segment prot after reloc: Permission denied"
This is likely due the the SE Linux setting being set to "enforcing".
To Temporarily disable enforcement on a running system
/usr/sbin/setenforce 0
To permanently disable enforcement during a system startup change "SELINUX=enforcing" to "SELINUX=disabled" in "/etc/selinux/config" and reboot.
By default, CentOS 5 has the SE Linux feature set to "enforcing".
No comments:
Post a Comment