Dan Walsh | 1925e1e | 2013-10-11 08:34:44 -0400 | [diff] [blame] | 1 | .TH "semanage-permissive" "8" "20130617" "" "" |
| 2 | .SH "NAME" |
Laurent Bigonville | 2e93833 | 2013-11-06 13:24:01 +0100 | [diff] [blame] | 3 | .B semanage\-permissive \- SELinux Policy Management permissive mapping tool |
Dan Walsh | 1925e1e | 2013-10-11 08:34:44 -0400 | [diff] [blame] | 4 | .SH "SYNOPSIS" |
Vit Mojzis | 3a9b450 | 2019-09-27 16:13:47 +0200 | [diff] [blame] | 5 | .B semanage permissive [\-h] [\-n] [\-N] [\-S STORE] (\-\-add TYPE | \-\-delete TYPE | \-\-deleteall | \-\-extract | \-\-list) |
Dan Walsh | 1925e1e | 2013-10-11 08:34:44 -0400 | [diff] [blame] | 6 | |
| 7 | .SH "DESCRIPTION" |
| 8 | 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. |
| 9 | |
| 10 | .SH "OPTIONS" |
| 11 | .TP |
| 12 | .I \-h, \-\-help |
| 13 | show this help message and exit |
| 14 | .TP |
| 15 | .I \-a, \-\-add |
| 16 | Add a record of the specified object type |
| 17 | .TP |
| 18 | .I \-d, \-\-delete |
| 19 | Delete a record of the specified object type |
| 20 | .TP |
Vit Mojzis | 3a9b450 | 2019-09-27 16:13:47 +0200 | [diff] [blame] | 21 | .I \-D, \-\-deleteall |
| 22 | Remove all local customizations of permissive domains |
| 23 | .TP |
Dan Walsh | 1925e1e | 2013-10-11 08:34:44 -0400 | [diff] [blame] | 24 | .I \-l, \-\-list |
| 25 | List records of the specified object type |
| 26 | .TP |
Vit Mojzis | 3a9b450 | 2019-09-27 16:13:47 +0200 | [diff] [blame] | 27 | .I \-E, \-\-extract |
| 28 | Extract customizable commands, for use within a transaction |
| 29 | .TP |
Dan Walsh | 1925e1e | 2013-10-11 08:34:44 -0400 | [diff] [blame] | 30 | .I \-n, \-\-noheading |
| 31 | Do not print heading when listing the specified object type |
| 32 | .TP |
| 33 | .I \-N, \-\-noreload |
| 34 | Do not reload the policy after commit |
| 35 | .TP |
| 36 | .I \-S STORE, \-\-store STORE |
| 37 | Select an alternate SELinux Policy Store to manage |
| 38 | |
| 39 | .SH EXAMPLE |
| 40 | .nf |
| 41 | List all permissive modules |
| 42 | # semanage permissive \-l |
| 43 | Make httpd_t (Web Server) a permissive domain |
| 44 | # semanage permissive \-a httpd_t |
| 45 | |
| 46 | .SH "SEE ALSO" |
Alan Jenkins | 62f0589 | 2017-01-11 12:41:09 +0000 | [diff] [blame] | 47 | .BR selinux (8), |
| 48 | .BR semanage (8) |
Dan Walsh | 1925e1e | 2013-10-11 08:34:44 -0400 | [diff] [blame] | 49 | |
| 50 | .SH "AUTHOR" |
| 51 | This man page was written by Daniel Walsh <dwalsh@redhat.com> |