mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-21 09:25:35 +01:00
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
|
// Key to not print
|
||||||
ignore := []string{
|
ignore := []string{
|
||||||
"fsuid", "ouid", "FSUID", "OUID", "exe", "SAUID", "sauid", "terminal",
|
"fsuid", "ouid", "FSUID", "OUID", "exe", "SAUID", "sauid", "terminal",
|
||||||
"UID", "AUID", "hostname", "addr", "class",
|
"UID", "AUID", "hostname", "class",
|
||||||
}
|
}
|
||||||
// Color template to use
|
// Color template to use
|
||||||
colors := map[string]string{
|
colors := map[string]string{
|
||||||
|
|
Loading…
Add table
Reference in a new issue