Security-Enhanced Linux (SELinux) is a Linux kernel security module that provides a mechanism for supporting access control security policies, including mandatory access controls (MAC).
https://selinuxproject.org/page/Main_Page
Steps to Disable SELinux
- Check sestatus.
- Set enforce to 0.
- Confirm current value specified at /etc/selinux/config.
- In step 3, SELinux is set to enforcing. Replace the value with disabled.
- Confirm the change.
- Restart the machine.
- After the restart, check the status again.
Post your comment on this topic.