Ubuntu - SELinux - Run SELinux in permissive mode

Edit /etc/selinux/config file, run:

vi /etc/selinux/config

Update the configuration file as follows:

/etc/selinux/config
SELINUX=permissive
SELINUXTYPE=targeted

Save and close the file.


Reboot the server:

reboot