Sodamhan.com

TL;DR

setenforce

Toggle SELinux between enforcing and permissive modes. To enable or disable SELinux, edit /etc/selinux/config instead. See also: getenforce, semanage-permissive. More information: https://manned.org/setenforce.

  • Put SELinux in enforcing mode:

setenforce 1|Enforcing

  • Put SELiunx in permissive mode:

setenforce 0|Permissive

This document was created using the contents of the tldr project.