Dan Walsh | 1925e1e | 2013-10-11 08:34:44 -0400 | [diff] [blame] | 1 | .TH "semanage-module" "8" "20130617" "" "" |
| 2 | .SH "NAME" |
Laurent Bigonville | 2e93833 | 2013-11-06 13:24:01 +0100 | [diff] [blame] | 3 | .B semanage\-module \- SELinux Policy Management module mapping tool |
Dan Walsh | 1925e1e | 2013-10-11 08:34:44 -0400 | [diff] [blame] | 4 | .SH "SYNOPSIS" |
| 5 | .B semanage module [\-h] [\-n] [\-N] [\-S STORE] (\-a | \-r | \-e | \-d | \-\-extract | \-\-list [\-C] | \-\-deleteall) [module_name] |
| 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 module installs, removes, disables SELinux Policy modules. |
| 9 | |
| 10 | .SH "OPTIONS" |
| 11 | .TP |
| 12 | .I \-h, \-\-help |
| 13 | show this help message and exit |
| 14 | .TP |
| 15 | .I \-n, \-\-noheading |
| 16 | Do not print heading when listing the specified object type |
| 17 | .TP |
| 18 | .I \-N, \-\-noreload |
| 19 | Do not reload policy after commit |
| 20 | .TP |
| 21 | .I \-S STORE, \-\-store STORE |
| 22 | Select an alternate SELinux Policy Store to manage |
| 23 | .TP |
| 24 | .I \-a, \-\-add |
| 25 | Install specified module |
| 26 | .TP |
| 27 | .I \-r, \-\-remove |
| 28 | Remove specified module |
| 29 | .TP |
| 30 | .I \-d \-\-disable |
| 31 | Disable specified module |
| 32 | .TP |
| 33 | .I \-e \-\-enable |
| 34 | Enable specified module |
| 35 | .TP |
| 36 | .I \-E, \-\-extract |
| 37 | Extract customizable commands, for use within a transaction |
| 38 | .TP |
| 39 | .I \-l, \-\-list |
| 40 | List records of the specified object type |
| 41 | .TP |
| 42 | .I \-C, \-\-locallist |
| 43 | List local customizations |
| 44 | |
| 45 | .SH EXAMPLE |
| 46 | .nf |
| 47 | List all modules |
| 48 | # semanage module \-l |
| 49 | Disable unconfined module |
| 50 | # semanage module \-\-disable unconfined |
| 51 | Install custom apache policy module |
| 52 | # semanage module \-a myapache |
| 53 | |
| 54 | .SH "SEE ALSO" |
Alan Jenkins | 62f0589 | 2017-01-11 12:41:09 +0000 | [diff] [blame] | 55 | .BR selinux (8), |
| 56 | .BR semanage (8), |
| 57 | .BR semodule (8) |
Dan Walsh | 1925e1e | 2013-10-11 08:34:44 -0400 | [diff] [blame] | 58 | |
| 59 | .SH "AUTHOR" |
| 60 | This man page was written by Daniel Walsh <dwalsh@redhat.com> |