diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-12-04 23:18:30 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2022-12-12 09:09:07 +0100 |
commit | cd7f2e9e09d4f9edcbcf97a3c49da93be024797b (patch) | |
tree | 8b017f1848cb3d4571fed80c1f79c027a9798d6f /files/etc | |
parent | ea56e9dc8b909d664fc1616b7772ef3dac284a4f (diff) |
fix: typo
Diffstat (limited to 'files/etc')
-rw-r--r-- | files/etc/logcheck/ignore.d.workstation/local-apparmor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/logcheck/ignore.d.workstation/local-apparmor b/files/etc/logcheck/ignore.d.workstation/local-apparmor index 7649b4c..87c93f9 100644 --- a/files/etc/logcheck/ignore.d.workstation/local-apparmor +++ b/files/etc/logcheck/ignore.d.workstation/local-apparmor @@ -1 +1 @@ -type=AVC msg=audit\([[:digit:]]+\.[[:digit:]]+:[[:digit:]]+\): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/proc/[[:digit:]]+/comm" pid=[[:digit:]]+ comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=[[:digit:]]+ ouid=[[:digit:]]+[[:ctrl:]]FSUID="[[:alnum:]]+" OUID="[[:alnum:]]+" +type=AVC msg=audit\([[:digit:]]+\.[[:digit:]]+:[[:digit:]]+\): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/proc/[[:digit:]]+/comm" pid=[[:digit:]]+ comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=[[:digit:]]+ ouid=[[:digit:]]+[[:cntrl:]]FSUID="[[:alnum:]]+" OUID="[[:alnum:]]+" |