NAME | SYNOPSIS | DESCRIPTION | OPTIONS | SEE ALSO | AUTHORS | COLOPHON

SEMODULE_DEPS(8)                     NSA                    SEMODULE_DEPS(8)

NAME         top

       semodule_deps  -  show  the dependencies between SELinux policy pack‐
       ages.

SYNOPSIS         top

       semodule_deps [-v -g -b] basemodpkg modpkg1 [modpkg2 ... ]

DESCRIPTION         top

       semodule_deps is a developer tool for showing the dependencies
       between policy packages. For each module it prints a list of modules
       that must be present for a module's requirements to be satisfied. It
       only deals with requirements, not optional dependencies.
       In order for semodule_deps to give useful information the list of
       packages passed in cannot have unsatisfied dependencies. In general
       this means that the list of modules will usually be quite long.
       By default options to the base module are excluded as almost every
       module has this dependency. The -b option will include these
       dependencies.
       In addition to human readable output, semodule_deps can output the
       dependencies in the Graphviz dot format (http://www.graphviz.org/)
       using the -g option. This is useful for producing a picture of the
       dependencies.

OPTIONS         top

       -v     verbose mode
       -g     output dependency information in Graphviz dot format
       -b     include dependencies to the base module - by default these are
              excluded

SEE ALSO         top

       checkmodule(8), semodule_package(8), semodule(8), semodule_link(8)

AUTHORS         top

       This manual page was written by Karl MacMillan <kmacmillan@mentalrootkit.com>.
       The program was written by Karl MacMillan <kmacmillan@mentalrootkit.com>.

COLOPHON         top

       This page is part of the selinux (Security-Enhanced Linux user-space
       libraries and tools) project.  Information about the project can be
       found at ⟨https://github.com/SELinuxProject/selinux/wiki⟩.  If you
       have a bug report for this manual page, see 
       ⟨https://github.com/SELinuxProject/selinux/wiki/Contributing⟩.  This
       page was obtained from the project's upstream Git repository 
       ⟨https://github.com/SELinuxProject/selinux⟩ on 2017-07-05.  If you
       discover any rendering problems in this HTML version of the page, or
       you believe there is a better or more up-to-date source for the page,
       or you have corrections or improvements to the information in this
       COLOPHON (which is not part of the original manual page), send a mail
       to man-pages@man7.org
Security Enhanced Linux           June 2006                 SEMODULE_DEPS(8)