Selinux graphical audit log analysis tool
seaudit [OPTIONS] [POLICY ...]
seaudit allows the user to view and filter the contents of a log file. seaudit supports the syslog and auditd log formats and provides queries to inspect the SELinux policy based on log messages.
seaudit supports loading a SELinux policy in one of four formats.
A single text file containing policy source for versions 12 through 21. This file is usually named policy.conf.
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.
A list of policy packages each containing a loadable policy module. The first module listed must be a base module.
A single text file containing all the information needed to load a policy, usually exported by SETools graphical utilities.
If no policy file is provided, seaudit will search for the system default policy: checking first for a source policy, next for a binary policy matching the running kernel's preferred version, and finally for the highest version that can be found. If no policy can be found, seaudit will begin with no policy loaded.
Upon startup, open the log FILE instead of the system log file.
Print help information and exit.
Print version information and exit.
This manual page was written by Jeremy A. Mowery <[email protected]>.
Copyright(C) 2006-2007 Tresys Technology, LLC
Please report bugs via an email to [email protected].