selinux/semodule-utils/semodule_package/semodule_unpackage.8
Stephen Smalley 8963492b5d checkpolicy,libselinux,libsepol,policycoreutils,semodule-utils: update my email
Update my email address.

Signed-off-by: Stephen Smalley <stephen.smalley.work@gmail.com>
Acked-by: James Carter <jwcart2@gmail.com>
2023-08-04 13:57:01 -04:00

25 lines
707 B
Groff

.TH SEMODULE_PACKAGE "8" "Nov 2005" "Security Enhanced Linux"
.SH NAME
semodule_unpackage \- Extract policy module and file context file from an SELinux policy module package.
.SH SYNOPSIS
.B semodule_unpackage ppfile modfile [fcfile]
.br
.SH DESCRIPTION
.PP
semodule_unpackage is a tool used to extract SELinux policy module
file and file context file from an SELinux Policy Package.
.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 <stephen.smalley.work@gmail.com>