aboutsummaryrefslogtreecommitdiffstats
path: root/policycoreutils/semodule_link/semodule_link.8
diff options
context:
space:
mode:
Diffstat (limited to 'policycoreutils/semodule_link/semodule_link.8')
-rw-r--r--policycoreutils/semodule_link/semodule_link.835
1 files changed, 35 insertions, 0 deletions
diff --git a/policycoreutils/semodule_link/semodule_link.8 b/policycoreutils/semodule_link/semodule_link.8
new file mode 100644
index 00000000..a2bda3f9
--- /dev/null
+++ b/policycoreutils/semodule_link/semodule_link.8
@@ -0,0 +1,35 @@
+.TH SEMODULE_LINK "8" "Nov 2005" "Security Enhanced Linux" NSA
+.SH NAME
+semodule_link \- Link SELinux policy module packages together
+
+.SH SYNOPSIS
+.B semodule_link [-Vv] [-o outfile] basemodpkg modpkg1 [modpkg2]...
+.br
+.SH DESCRIPTION
+.PP
+semodule_link is a developer tool for manually linking together
+a set of SELinux policy module packages into a single policy module package.
+This tool is not necessary for normal operation of SELinux. In normal
+operation, such linking is performed internally by libsemanage in
+response to semodule commands. Module packages are created by
+semodule_package.
+
+.SH "OPTIONS"
+.TP
+.B \-V
+show version
+.TP
+.B \-v
+verbose mode
+.TP
+.B \-o <output file>
+Linked policy module package generated by this tool.
+
+
+.SH SEE ALSO
+.B checkmodule(8), semodule_package(8), semodule(8), semodule_expand(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>