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.
.SH"OPTIONS"
.TP
.I\-h,\-\-help
show this help message and exit
.TP
.I\-n,\-\-noheading
Do not print heading when listing the specified object type
.TP
.I\-N,\-\-noreload
Do not reload policy after commit
.TP
.I\-SSTORE,\-\-storeSTORE
Select an alternate SELinux Policy Store to manage
.TP
.I\-a,\-\-add
Install specified module
.TP
.I\-r,\-\-remove
Remove specified module
.TP
.I\-d\-\-disable
Disable specified module
.TP
.I\-e\-\-enable
Enable specified module
.TP
.I\-E,\-\-extract
Extract customizable commands, for use within a transaction
.TP
.I\-l,\-\-list
List records of the specified object type
.TP
.I\-C,\-\-locallist
List local customizations
.SHEXAMPLE
.nf
List all modules
# semanage module \-l
Disable unconfined module
# semanage module \-\-disable unconfined
Install custom apache policy module
# semanage module \-a myapache
.SH"SEE ALSO"
.Bselinux(8),
.Bsemanage(8)
.Bsemodule(8)
.SH"AUTHOR"
This man page was written by Daniel Walsh <dwalsh@redhat.com>