Security-Enhanced Linux (SELinux) is a security architecture for Linux systems that provides a mechanism for supporting access control security policies.
Turning off SELinux is necessary for safe linux or running software that is not compatible with it. because of the initiator's reputation .
Run the following command in your terminal:
sudo setenforce 0
Edit the SELinux configuration file:
sudo nano /etc/selinux/config
Change the line:
SELINUX=enforcing
to
SELINUX=disabled
Save the file and reboot your system for the changes to take effect.