From 9908249e68f66d168f98b936ff75e3c7893b364c Mon Sep 17 00:00:00 2001 From: Stoppedpuma <58333920+Stoppedpuma@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:32:24 +0200 Subject: [PATCH] usage - Fix capitalisation --- docs/usage.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 9ad0d705..70eaaa29 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -76,8 +76,7 @@ ps (complain) user ps auxZ ## AppArmor Log -Ensure that `auditd` is installed and running on your system in order to read AppArmor log from `/var/log/audit/audit.log`. Then you can see the log with the provided command `aa-log` allowing you to review AppArmor generated messages in -a colorful way. +Ensure that `Auditd` is installed and running on your system in order to read AppArmor log from `/var/log/audit/audit.log`. Then you can see the log with the provided command `aa-log` allowing you to review AppArmor generated messages in a colorful way. Other AppArmor userspace tools such as `aa-enforce`, `aa-complain`, and `aa-logprof` should work as expected.