Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

semodule_deps(8) [debian man page]

SEMODULE_DEPS(8)							NSA							  SEMODULE_DEPS(8)

NAME
semodule_deps - show the dependencies between SELinux policy packages. SYNOPSIS
semodule_deps [-v -g -b] basemodpkg modpkg1 [modpkg2 ... ] DESCRIPTION
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 dependen- cies. 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
-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
checkmodule(8), semodule_package(8), semodule(8), semodule_link(8) AUTHORS
This manual page was written by Karl MacMillan <kmacmillan@mentalrootkit.com>. The program was written by Karl MacMillan <kmacmillan@mentalrootkit.com>. Security Enhanced Linux June 2006 SEMODULE_DEPS(8)

Check Out this Related Man Page

SEMODULE_EXPAND(8)							NSA							SEMODULE_EXPAND(8)

NAME
semodule_expand - Expand a SELinux policy module package. SYNOPSIS
semodule_expand [-V ] [ -a ] [ -c [version]] basemodpkg outputfile DESCRIPTION
semodule_expand is a developer tool for manually expanding a base policy module package into a kernel binary policy file. This tool is not necessary for normal operation of SELinux. In normal operation, such expanding is performed internally by libsemanage in response to semodule commands. Base policy module packages can be created directly by semodule_package or by semodule_link (when linking together a set of packages into a single package). OPTIONS
-V show version -c [version] policy version to create -a Do not check assertions. This will cause the policy to not check any neverallow rules. SEE ALSO
checkmodule(8), semodule_package(8), semodule(8), semodule_link(8) (8), AUTHORS
This manual page was written by Dan Walsh <dwalsh@redhat.com>. The program was written by Karl MacMillan <kmacmillan@tresys.com>, Joshua Brindle <jbrindle@tresys.com> Security Enhanced Linux Nov 2005 SEMODULE_EXPAND(8)
Man Page

We Also Found This Discussion For You

1. Programming

tracing function with Graphviz

I was searching for a tool to trace the function flow to help me understand the code. I came across the article "visualize function calls with graphviz" by Tim Jones. Visualize function calls with Graphviz I was able to obtain the flow diagram for simple programs and also for the example... (0 Replies)
Discussion started by: cjjoy
0 Replies