Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

semodule_link(8) [centos man page]

SEMODULE_LINK(8)							NSA							  SEMODULE_LINK(8)

NAME
semodule_link - Link SELinux policy module packages together SYNOPSIS
semodule_link [-Vv] [-o outfile] basemodpkg modpkg1 [modpkg2]... DESCRIPTION
semodule_link is a developer tool for manually linking together a set of SELinux policy module packages into a single policy module pack- age. 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. OPTIONS
-V show version -v verbose mode -o <output file> Linked policy module package generated by this tool. SEE ALSO
checkmodule(8), semodule_package(8), semodule(8), semodule_expand(8) (8), AUTHORS
This manual page was written by Dan Walsh <dwalsh@redhat.com>. The program was written by Karl MacMillan <kmacmillan@tresys.com> Security Enhanced Linux Nov 2005 SEMODULE_LINK(8)

Check Out this Related Man Page

SEMODULE_LINK(8)							NSA							  SEMODULE_LINK(8)

NAME
semodule_link - Link SELinux policy module packages together SYNOPSIS
semodule_link [-Vv] [-o outfile] basemodpkg modpkg1 [modpkg2]... DESCRIPTION
semodule_link is a developer tool for manually linking together a set of SELinux policy module packages into a single policy module pack- age. 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. OPTIONS
-V show version -v verbose mode -o <output file> Linked policy module package generated by this tool. SEE ALSO
checkmodule(8), semodule_package(8), semodule(8), semodule_expand(8) (8), AUTHORS
This manual page was written by Dan Walsh <dwalsh@redhat.com>. The program was written by Karl MacMillan <kmacmillan@tresys.com> Security Enhanced Linux Nov 2005 SEMODULE_LINK(8)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

Capture linking failures

Hi all, I have a script file that has numerous linking commands (ln -s) and currently there is no checking to see if the linking is successful or not and I need to implement something that checks if any of the linking failed and report a failure. The method I can think of is a small function... (3 Replies)
Discussion started by: zmfcat1
3 Replies