logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

semodule_link - Link SELinux policy module packages together

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)

Description

       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.

Name

       semodule_link - Link SELinux policy module packages together

Options

-h     show help

       -V     show version

       -v     verbose mode

       -o<outputfile>
              Linked policy module package generated by this tool.

See Also

checkmodule(8),semodule_package(8),semodule(8),semodule_expand(8) (8),

Synopsis

semodule_link[-hVv][-ooutfile]basemodpkgmodpkg1[modpkg2]...

See Also