feat(aa-log): improve log to rule conversion.

This commit is contained in:
Alexandre Pujol 2023-11-19 10:59:46 +00:00
parent 58b577385e
commit 3197f52a97
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 16 additions and 10 deletions

View file

@ -33,6 +33,7 @@ var (
// TODO: Should be a map of slice, not exhaustive yet
maskToAccess = map[string]string{
"a": "w",
"ac": "w",
"c": "w",
"d": "w",
"k": "k",