feat(aa-log): do not filter out addresses from the log.
This commit is contained in:
parent
3d4dd5c91a
commit
19b27a26c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue