要禁用Ubuntu SELinux的强制模式,可采用以下方法:
sudo setenforce 0
sudo nano /etc/selinux/config
SELINUX=enforcing
SELINUX=disabled
sudo reboot