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 searchcon.
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 This manual page was written by Jeremy A. Mowery <jmowery@tresys.com>.
30
32 Copyright(C) 2003-2007 Tresys Technology, LLC
33
35 Please report bugs via an email to setools-bugs@tresys.com.
36
38 findcon(1), replcon(1), searchcon(1), apol(1)
39
40
41
42 indexcon(1)