62f058980e
Fix missing and surplus commas. Fix the following formatting errors: .BR selinux(8) renders the the "(8)" in bold as well as the "selinux". This is wrong. .B selinux (8) renders with a space between "selinux" and "(8)", this is wrong. .B selinux (8) commits both of the above mistakes. .BR selinux (8), apparmor (8) omits the space separating "selinux(8)," and "apparmor(8)", this is wrong. Correct all the above using the following markup: .BR selinux (8), .BR apparmor (8) Signed-off-by: Alan Jenkins <alan.christopher.jenkins@gmail.com>
60 lines
1.5 KiB
Groff
60 lines
1.5 KiB
Groff
.TH "semanage-module" "8" "20130617" "" ""
|
|
.SH "NAME"
|
|
.B semanage\-module \- SELinux Policy Management module mapping tool
|
|
.SH "SYNOPSIS"
|
|
.B semanage module [\-h] [\-n] [\-N] [\-S STORE] (\-a | \-r | \-e | \-d | \-\-extract | \-\-list [\-C] | \-\-deleteall) [module_name]
|
|
|
|
.SH "DESCRIPTION"
|
|
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 \-S STORE, \-\-store STORE
|
|
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
|
|
|
|
.SH EXAMPLE
|
|
.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"
|
|
.BR selinux (8),
|
|
.BR semanage (8),
|
|
.BR semodule (8)
|
|
|
|
.SH "AUTHOR"
|
|
This man page was written by Daniel Walsh <dwalsh@redhat.com>
|