Problem scenario
You want to protect your Debian/Ubuntu Linux server. You do not want to run SELinux. What should you do?
Solution
Run this command:
sudo apt install apparmor-profiles
Check the status with this command:
sudo apparmor_status
You are done. If you want to learn more go to this site.