Skip to content

Commit

Permalink
CB-28059 adding audit logs to the bundle collection. It will help us …
Browse files Browse the repository at this point in the history
…to investigate selinux issues
  • Loading branch information
doktoric committed Dec 10, 2024
1 parent c35c257 commit cff7a08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/main/resources/defaults/vm-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,5 +450,9 @@
{
"label": "add_dns_record_log",
"path": "/var/log/dnsrecord-add*.log"
},
{
"path": "/var/log/audit/audit.log",
"label": "audit_log"
}
]
4 changes: 4 additions & 0 deletions freeipa/src/main/resources/defaults/vm-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,9 @@
{
"label": "ipa-restore-update-dns-log",
"path": "/var/log/ipa-restore-update-dns.log"
},
{
"path": "/var/log/audit/audit.log",
"label": "audit_log"
}
]

0 comments on commit cff7a08

Please sign in to comment.