mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-13 17:44:54 +00:00
c52ff76180
Update the man page to include -a. Passing -a causes semodule_expand to not check assertions. Include this in the man info. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
36 lines
1.1 KiB
Groff
36 lines
1.1 KiB
Groff
.TH SEMODULE_EXPAND "8" "Nov 2005" "Security Enhanced Linux" NSA
|
|
.SH NAME
|
|
semodule_expand \- Expand a SELinux policy module package.
|
|
|
|
.SH SYNOPSIS
|
|
.B semodule_expand [-V ] [ -a ] [ -c [version]] basemodpkg outputfile
|
|
.br
|
|
.SH DESCRIPTION
|
|
.PP
|
|
semodule_expand is a developer tool for manually expanding
|
|
a base policy module package into a kernel binary policy file.
|
|
This tool is not necessary for normal operation of SELinux. In normal
|
|
operation, such expanding is performed internally by libsemanage in
|
|
response to semodule commands. Base policy module packages can be
|
|
created directly by semodule_package or by semodule_link (when linking
|
|
together a set of packages into a single package).
|
|
|
|
.SH "OPTIONS"
|
|
.TP
|
|
.B \-V
|
|
show version
|
|
.TP
|
|
.B \-c [version]
|
|
policy version to create
|
|
.TP
|
|
.B \-a
|
|
Do not check assertions. This will cause the policy to not check any neverallow rules.
|
|
|
|
.SH SEE ALSO
|
|
.B checkmodule(8), semodule_package(8), semodule(8), semodule_link(8)
|
|
(8),
|
|
.SH AUTHORS
|
|
.nf
|
|
This manual page was written by Dan Walsh <dwalsh@redhat.com>.
|
|
The program was written by Karl MacMillan <kmacmillan@tresys.com>, Joshua Brindle <jbrindle@tresys.com>
|