DOKK / manpages / debian 12 / policycoreutils-python-utils / semanage-permissive.8.en
semanage-permissive(8) semanage-permissive(8)

semanage-permissive - SELinux Policy Management permissive mapping tool

semanage permissive [-h] [-n] [-N] [-S STORE] (--add TYPE | --delete TYPE | --deleteall | --extract | --list)

semanage is used to configure certain elements of SELinux policy without requiring modification to or recompilation from policy sources. semanage permissive adds or removes a SELinux Policy permissive module.

show this help message and exit
Add a record of the specified object type
Delete a record of the specified object type
Remove all local customizations of permissive domains
List records of the specified object type
Extract customizable commands, for use within a transaction
Do not print heading when listing the specified object type
Do not reload the policy after commit
Select an alternate SELinux Policy Store to manage

List all permissive modules
# semanage permissive -l
Make httpd_t (Web Server) a permissive domain
# semanage permissive -a httpd_t

selinux(8), semanage(8)

This man page was written by Daniel Walsh <dwalsh@redhat.com>

20130617