indexcon(1) - Linux man page
Name
indexcon - SELinux file context indexing toolSynopsis
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 subdirectories. 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.