feat(aa-log): only clean a few log keys, resolve more variables.
fix #382
This commit is contained in:
parent
018073638b
commit
3b82cc36ba
3 changed files with 41 additions and 20 deletions
|
|
@ -57,7 +57,7 @@ var (
|
|||
"interface": "org.freedesktop.DBus",
|
||||
"member": "AddMatch",
|
||||
"peer_label": "dbus-daemon",
|
||||
"exe": "@{bin}/dbus-daemon",
|
||||
"exe": "/usr/bin/dbus-daemon",
|
||||
"sauid": "102",
|
||||
"hostname": "?",
|
||||
"addr": "?",
|
||||
|
|
@ -145,7 +145,7 @@ func TestAppArmorEvents(t *testing.T) {
|
|||
"interface": "org.freedesktop.PolicyKit1.Authority",
|
||||
"member": "CheckAuthorization",
|
||||
"peer_label": "polkitd",
|
||||
"exe": "@{bin}/dbus-daemon",
|
||||
"exe": "/usr/bin/dbus-daemon",
|
||||
"sauid": "102",
|
||||
"hostname": "?",
|
||||
"addr": "?",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue