sealert
linux
Analyze and explain SELinux AVC denial messages. Part of the `setroubleshoot-server` package. See also: `audit2why`, `ausearch`, `audit2allow`.
More info →Options (4)
-a, --analyzebooleanAnalyze all recent SELinux denials
Example:
sudo sealert {{[-a|--analyze]}} {{/var/log/audit/audit.log}}-l, --lookupidbooleanAnalyze a specific alert ID from system logs
Example:
sudo sealert {{[-l|--lookupid]}} {{alert_id}}-b, --browserbooleanDisplay a summary of recent SELinux alerts
Example:
sudo sealert {{[-b|--browser]}}-f, --followbooleanMonitor audit log in real-time for new alerts
Example:
sudo tail {{[-f|--follow]}} {{/var/log/audit/audit.log}} | sealert {{[-l|--lookupid]}} -Examples (4)
made by @shridhargupta | data from tldr-pages