Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

indexcon(1) [debian man page]

indexcon(1)						      General Commands Manual						       indexcon(1)

NAME
indexcon - SELinux file context indexing tool SYNOPSIS
indexcon FILE [OPTIONS] DESCRIPTION
indexcon allows the user to index the file contexts on a SELinux system, beginning with the root directory ( / ) and recursing into subdi- rectories. The index will be written to FILE. The index can be searched using apol or findcon. OPTIONS
-d DIR, --directory=DIR Start scanning at directory DIR, and recurse through its subdirectories. -h, --help Print help information and exit. -V, --version Print version information and exit. NOTE
The indexcon utility always operates on "raw" SELinux file contexts. If the system has an installed translation library (i.e., libse- trans), those translations are ignored in favor of reading the original contexts from the filesystem. AUTHOR
This manual page was written by Jeremy A. Mowery <jmowery@tresys.com>. COPYRIGHT
Copyright(C) 2003-2007 Tresys Technology, LLC BUGS
Please report bugs via an email to setools-bugs@tresys.com. SEE ALSO
apol(1), findcon(1) indexcon(1)

Check Out this Related Man Page

apol(1) 						      General Commands Manual							   apol(1)

NAME
apol - SELinux policy analysis tool SYNOPSIS
apol [OPTIONS] [POLICY ...] DESCRIPTION
apol is a graphical tool that allows the user to inspect aspects of a SELinux policy. The tool allows the user to browse policy components (types, classes, roles, users, etc.), rules (TE, RBAC, MLS), and file system contexts. The tool also provides in depth analyses of domain transitions, information flows, and relabeling permissions. POLICY
apol supports loading a SELinux policy in one of four formats. source A single text file containing policy source for versions 12 through 21. This file is usually named policy.conf. binary A single file containing a monolithic kernel binary policy for versions 15 through 21. This file is usually named by version - for example, policy.20. modular A list of policy packages each containing a loadable policy module. The first module listed must be a base module. policy list A single text file containing all the information needed to load a policy, usually exported by SETools graphical utilities. If a policy is not given on the command line then apol will begin with none loaded. OPTIONS
-h, --help Print help information and exit. -V, --version Print version information and exit. AUTHOR
This manual page was written by Jeremy A. Mowery <jmowery@tresys.com>. COPYRIGHT
Copyright(C) 2001-2007 Tresys Technology, LLC BUGS
Please report bugs via an email to setools-bugs@tresys.com. SEE ALSO
seinfo(1), sesearch(1), sechecker(1), indexcon(1) apol(1)
Man Page