华思服务器一个奇怪问题的解决方法

xiaoxiao2021-03-01  34

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 "enforcing" to "disabled" in ''/etc/selinux/config'' and reboot. . By default, CentOS 5 has the SE Linux feature set to "enforcing". We are looking into ways to removing these steps.

转载请注明原文地址: https://www.6miu.com/read-4550131.html

最新回复(0)