From 52eb140dac39a822a9a2d83315034ecc6627662c Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Wed, 5 Apr 2023 08:49:54 +0200 Subject: [PATCH] Add missing character in journalctl command (#1625) --- docs/add-ons/presentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-ons/presentation.md b/docs/add-ons/presentation.md index 842e6612..0006f05e 100644 --- a/docs/add-ons/presentation.md +++ b/docs/add-ons/presentation.md @@ -117,7 +117,7 @@ When working on this for your own add-ons, the following tips should help you ge 3. If there isn't one for a service and you want to make one then do the following: a. Add minimum required access you're aware of. Things you definitely know the service needs b. Add `complain` as a flag to the profile - c. Run the add-on and review the audit log with `journalctl _TRANSPORT="audit" -g 'apparmor="ALLOWED"` + c. Run the add-on and review the audit log with `journalctl _TRANSPORT="audit" -g 'apparmor="ALLOWED"'` d. Add access as necessary until using the add-on does not generate any audit warnings e. Remove the `complain` flag so ungranted access is DENIED not ALLOWED 4. Repeat #3 when updating the service as new access may be required