Linux SELinux Install Table of Contents 1. List events 2. Disable SELinux Official documentation can be found here. 1. List events List sudo ausearch -m avc,user_avc -ts recent 2. Disable SELinux You really shouldn’t do this! Confirm the grubby package is installed Check rpm -q grubby Example grubby-8.40-78.fc41.x86_64 Configure the boot loader sudo grubby --update-kernel ALL --args selinux=0 Reboot sudo reboot Verify after reboot Run getenforce Result Disabled