Cannot restore segment prot after reloc: Permission denied

Source: Internet
Author: User

Edit/etc/SELinux/config and find the following link:
# This file controls the state of SELinux on the system.
# SELinux = can take one of these three values:
# Enforcing-SELinux security policy is enforced.
# Permissive-SELinux prints warnings instead of enforcing.
# Disabled-SELinux is fully disabled.
SELinux = enforcing

Comment out SELinux = enforcing: # SELinux = enforcing, and add a new line:
SELinux = disabled
Save and close.

 

If you encounter other similar prompts:
Cannot restore segment prot after reloc: Permission denied
Which of the following is SELinux? You can disable SELinux.
Bytes -------------------------------------------------------------------------------------
If SELinux is disabled, it still does not work. After you ensure that SELinux is disable, execute
Chcon-T texrel_shlib_t
For example, chcon-T texrel_shlib_t/path/name. So (this file depends on the specific execution file .)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.