semodule_unpackage — Extract policy module and file context file from an SELinux policy module package.

Synopsis

semodule_unpackage ppfile modfile [fcfile]

Description

semodule_unpackage is a tool used to extract SELinux policy module file and file context file from an SELinux Policy Package.

Example

# Extract the httpd module file from httpd policy package.
$ semodule_unpackage httpd.pp httpd.mod httpd.fc

See Also

semodule_package(8)

Authors

This manual page was written by Dan Walsh <dwalsh@redhat.com>.
The program was written by Stephen Smalley <sds@tycho.nsa.gov>

Referenced By

semodule_package(8).

Nov 2005 Security Enhanced Linux NSA