mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
a1052a529d
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
636 B
636 B
sealert
Analyze and explain SELinux AVC denial messages. Part of the
setroubleshoot-serverpackage. See also:audit2why,ausearch,audit2allow. More information: https://manned.org/sealert.
- Analyze all recent SELinux denials:
sudo sealert {{[-a|--analyze]}} {{/var/log/audit/audit.log}}
- Analyze a specific alert ID from system logs:
sudo sealert {{[-l|--lookupid]}} {{alert_id}}
- Display a summary of recent SELinux alerts:
sudo sealert {{[-b|--browser]}}
- Monitor audit log in real-time for new alerts:
sudo tail {{[-f|--follow]}} {{/var/log/audit/audit.log}} | sealert {{[-l|--lookupid]}} -