doc: update variables ref & minor improvment.

This commit is contained in:
Alexandre Pujol 2023-08-19 14:32:08 +01:00
parent 5704d1ba20
commit 10d852ca1d
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 53 additions and 19 deletions

View file

@ -108,7 +108,7 @@ DENIED dnsmasq open /proc/cmdline comm=dnsmasq requested_mask=r denied_mask=r
### Help
```
aa-log [-h] [--systemd] [--file file] [profile]
aa-log [-h] [--systemd] [--file file] [--rules] [profile]
Review AppArmor generated messages in a colorful way. Supports logs from
auditd, systemd, syslog as well as dbus session events.
@ -122,4 +122,5 @@ Options:
-h, --help Show this help message and exit.
-f, --file FILE Set a logfile or a suffix to the default log file.
-s, --systemd Parse systemd logs from journalctl.
-r, --rules Convert the log into AppArmor rules.
```