audit2why
linux
Explain SELinux denials from audit logs. Part of the `policycoreutils-python-utils` package. See also: `audit2allow`, `ausearch`, `sealert`.
More info →Options (3)
-i, --inputbooleanExplain SELinux denials from a specific audit log file
Example:
sudo audit2why {{[-i|--input]}} {{path/to/audit.log}}-m, --messagebooleanExplain all SELinux denials from the audit log
Example:
sudo ausearch {{[-m|--message]}} avc | audit2why-c, --commbooleanExplain denials for a specific service
Example:
sudo ausearch {{[-m|--message]}} avc {{[-c|--comm]}} {{service_name}} | audit2whyExamples (4)
made by @shridhargupta | data from tldr-pages