From 19b27a26c05de906076695b1ddcdf3876e18f061 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Thu, 29 Feb 2024 23:13:15 +0000 Subject: [PATCH] feat(aa-log): do not filter out addresses from the log. --- pkg/logs/logs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/logs/logs.go b/pkg/logs/logs.go index 74457ae8..8aa4bf51 100644 --- a/pkg/logs/logs.go +++ b/pkg/logs/logs.go @@ -141,7 +141,7 @@ func (aaLogs AppArmorLogs) String() string { // Key to not print ignore := []string{ "fsuid", "ouid", "FSUID", "OUID", "exe", "SAUID", "sauid", "terminal", - "UID", "AUID", "hostname", "addr", "class", + "UID", "AUID", "hostname", "class", } // Color template to use colors := map[string]string{