1SEMODULE_LINK(8) NSA SEMODULE_LINK(8)
2
3
4
6 semodule_link - Link SELinux policy module packages together
7
8
10 semodule_link [-Vv] [-o outfile] basemodpkg modpkg1 [modpkg2]...
11
13 semodule_link is a developer tool for manually linking together a set
14 of SELinux policy module packages into a single policy module package.
15 This tool is not necessary for normal operation of SELinux. In normal
16 operation, such linking is performed internally by libsemanage in
17 response to semodule commands. Module packages are created by semod‐
18 ule_package.
19
20
22 -V show version
23
24 -v verbose mode
25
26 -o <output file>
27 Linked policy module package generated by this tool.
28
29
30
32 checkmodule(8), semodule_package(8), semodule(8), semodule_expand(8)
33 (8),
34
36 This manual page was written by Dan Walsh <dwalsh@redhat.com>.
37 The program was written by Karl MacMillan <kmacmillan@tresys.com>
38
39
40
41Security Enhanced Linux Nov 2005 SEMODULE_LINK(8)