fix(aa-log): ensure unix logs generate unix rule.

It may break some rule generation on old apparmor version (<3.1). But I don't have the time to support all apparmor version anyway...

fix #225
This commit is contained in:
Alexandre Pujol 2023-09-29 20:01:30 +01:00
parent 70dc9b7844
commit 13de4182c8
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 2 additions and 6 deletions

View file

@ -159,7 +159,7 @@ var (
// Unix
unix1Log = map[string]string{
"apparmor": "ALLOWED",
"class": "net",
"class": "unix",
"family": "unix",
"operation": "file_perm",
"profile": "gsettings",