logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Semanage Permissive - Control SELinux Domains | Online Free DevTools by Hexmos

Control SELinux permissive domains with Semanage Permissive. Manage security contexts and configure SELinux policy on Linux. Free online tool, no registration required.

semanage-permissive

Manage persistent SELinux permissive domains. Note that this effectively makes the process unconfined. For long-term use, it is recommended to configure SELiunx properly. See also: semanage, getenforce, setenforce. More information: https://manned.org/semanage-permissive.

  • List all process types (a.k.a domains) that are in permissive mode:

sudo semanage permissive {{[-l|--list]}}

  • Set permissive mode for a domain:

sudo semanage permissive {{[-a|--add]}} {{httpd_t}}

  • Unset permissive mode for a domain:

sudo semanage permissive {{[-d|--delete]}} {{httpd_t}}

See Also