1SEMODULE_DEPS(8)                      NSA                     SEMODULE_DEPS(8)
2
3
4

NAME

6       semodule_deps - show the dependencies between SELinux policy packages.
7
8

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

32       -v     verbose mode
33
34       -g     output dependency information in Graphviz dot format
35
36       -b     include dependencies to the base module - by default  these  are
37              excluded
38
39

SEE ALSO

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

AUTHORS

44       This manual page was written by Karl MacMillan <kmacmillan@mentalrootkit.com>.
45       The program was written by Karl MacMillan <kmacmillan@mentalrootkit.com>.
46
47
48
49Security Enhanced Linux            June 2006                  SEMODULE_DEPS(8)
Impressum