mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
536 B
536 B
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 or unset permissive mode for a domain:
sudo semanage permissive {{-a|--add|-d|--delete}} {{httpd_t}}