@ -240,7 +240,7 @@ warning_prompt() {
check_selinux() {
# Check if distro has SELinux at all:
if [ ! -f /etc/selinux ]; then
if [ ! -d /etc/selinux ]; then
log_success "SELinux not found. Skipping..."
return 0
fi
The note is not visible to the blocked user.