2011-08-04 13:53:34 +00:00
|
|
|
.TH SEMODULE_PACKAGE "8" "Nov 2005" "Security Enhanced Linux" NSA
|
|
|
|
.SH NAME
|
2018-02-22 13:33:20 +00:00
|
|
|
semodule_unpackage \- Extract policy module and file context file from an SELinux policy module package.
|
2011-08-04 13:53:34 +00:00
|
|
|
|
|
|
|
.SH SYNOPSIS
|
2018-02-22 13:33:20 +00:00
|
|
|
.B semodule_unpackage ppfile modfile [fcfile]
|
2011-08-04 13:53:34 +00:00
|
|
|
.br
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
2018-02-22 13:33:20 +00:00
|
|
|
semodule_unpackage is a tool used to extract SELinux policy module
|
|
|
|
file and file context file from an SELinux Policy Package.
|
2011-08-04 13:53:34 +00:00
|
|
|
|
|
|
|
.SH EXAMPLE
|
|
|
|
.nf
|
|
|
|
# Extract the httpd module file from httpd policy package.
|
|
|
|
$ semodule_unpackage httpd.pp httpd.mod httpd.fc
|
|
|
|
.fi
|
|
|
|
|
|
|
|
.SH SEE ALSO
|
|
|
|
.B semodule_package(8)
|
|
|
|
.SH AUTHORS
|
|
|
|
.nf
|
|
|
|
This manual page was written by Dan Walsh <dwalsh@redhat.com>.
|
|
|
|
The program was written by Stephen Smalley <sds@tycho.nsa.gov>
|