diff options
author | Miroslav Grepl <mgrepl@redhat.com> | 2014-04-11 09:37:53 +0200 |
---|---|---|
committer | Miroslav Grepl <mgrepl@redhat.com> | 2014-04-11 09:37:53 +0200 |
commit | 47be9ff57e72906660bb62a515222f482131e1fb (patch) | |
tree | 2cb0ef0ba48d73b1df7cc0915754a17e19464bb6 /man/indexcon.1 | |
download | setools-master.tar.gz setools-master.tar.xz setools-master.zip |
Create setools-3.3.7 git repomaster
Diffstat (limited to 'man/indexcon.1')
-rw-r--r-- | man/indexcon.1 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/man/indexcon.1 b/man/indexcon.1 new file mode 100644 index 0000000..6ecbbf4 --- /dev/null +++ b/man/indexcon.1 @@ -0,0 +1,36 @@ +.TH indexcon 1 +.SH NAME +indexcon \- SELinux file context indexing tool +.SH SYNOPSIS +.B indexcon +FILE [OPTIONS] +.SH DESCRIPTION +.PP +.B indexcon +allows the user to index the file contexts on a SELinux system, +beginning with the root directory ( +.B +/ +) and recursing into subdirectories. +The index will be written to FILE. +The index can be searched using apol or findcon. +.SH OPTIONS +.IP "-d DIR, --directory=DIR" +Start scanning at directory DIR, and recurse through its subdirectories. +.IP "-h, --help" +Print help information and exit. +.IP "-V, --version" +Print version information and exit. +.SH NOTE +The indexcon utility always operates on "raw" SELinux file contexts. +If the system has an installed translation library (i.e., libsetrans), +those translations are ignored in favor of reading the original +contexts from the filesystem. +.SH AUTHOR +This manual page was written by Jeremy A. Mowery <jmowery@tresys.com>. +.SH COPYRIGHT +Copyright(C) 2003-2007 Tresys Technology, LLC +.SH BUGS +Please report bugs via an email to setools-bugs@tresys.com. +.SH SEE ALSO +apol(1), findcon(1) |