mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 20:36:29 +00:00
Add missing character in journalctl command (#1625)
This commit is contained in:
parent
0851423864
commit
52eb140dac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user