logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Control SELinux - Set Enforcing Mode | Online Free DevTools by Hexmos

Control SELinux mode with the setenforce command. Switch between enforcing and permissive modes easily for enhanced security. Free online tool, no registration required.

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}}

See Also