feat(aa-log): do not filter out addresses from the log.

This commit is contained in:
Alexandre Pujol 2024-02-29 23:13:15 +00:00
parent 3d4dd5c91a
commit 19b27a26c0
Failed to generate hash of commit

View file

@ -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{