Add missing character in journalctl command (#1625)

This commit is contained in:
Fredrik Baberg 2023-04-05 08:49:54 +02:00 committed by GitHub
parent 0851423864
commit 52eb140dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: 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 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 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 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 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 4. Repeat #3 when updating the service as new access may be required