1indexcon(1) General Commands Manual indexcon(1)
2
3
4
6 indexcon - SELinux file context indexing tool
7
9 indexcon FILE [OPTIONS]
10
12 indexcon allows the user to index the file contexts on a SELinux sys‐
13 tem, beginning with the root directory ( / ) and recursing into subdi‐
14 rectories. The index will be written to FILE. The index can be
15 searched using apol or findcon.
16
18 -d DIR, --directory=DIR
19 Start scanning at directory DIR, and recurse through its subdi‐
20 rectories.
21
22 -h, --help
23 Print help information and exit.
24
25 -V, --version
26 Print version information and exit.
27
29 The indexcon utility always operates on "raw" SELinux file contexts.
30 If the system has an installed translation library (i.e., libsetrans),
31 those translations are ignored in favor of reading the original con‐
32 texts from the filesystem.
33
35 This manual page was written by Jeremy A. Mowery <jmowery@tresys.com>.
36
38 Copyright(C) 2003-2007 Tresys Technology, LLC
39
41 Please report bugs via an email to setools-bugs@tresys.com.
42
44 apol(1), findcon(1)
45
46
47
48 indexcon(1)