Skip to content

Commit

Permalink
Changes to Linux log file source paths (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmndt authored Mar 28, 2024
1 parent 2206358 commit 3707afd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions artifacts/data/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ sources:
- type: FILE
attributes:
paths:
- '/var/log/auth.log*'
- '/var/log/auth*'
- '/var/log/secure*'
supported_os: [Linux]
---
Expand Down Expand Up @@ -259,7 +259,7 @@ name: LinuxDaemonLogFiles
doc: Linux daemon log files.
sources:
- type: FILE
attributes: {paths: ['/var/log/daemon.log*']}
attributes: {paths: ['/var/log/daemon*']}
supported_os: [Linux]
---
name: LinuxDHCPConfigurationFile
Expand Down Expand Up @@ -366,7 +366,7 @@ name: LinuxKernelLogFiles
doc: Linux kernel log files.
sources:
- type: FILE
attributes: {paths: ['/var/log/kern.log*']}
attributes: {paths: ['/var/log/kern*']}
supported_os: [Linux]
---
name: LinuxLastlogFile
Expand Down Expand Up @@ -720,17 +720,17 @@ sources:
- type: FILE
attributes:
paths:
- '/var/log/btmp'
- '/var/log/wtmp'
- '/var/run/utmp'
- '/var/log/btmp*'
- '/var/log/wtmp*'
- '/var/run/utmp*'
supported_os: [Linux]
urls: ['https://github.com/libyal/dtformats/blob/main/documentation/Utmp%20login%20records%20format.asciidoc']
---
name: LinuxWtmp
doc: Linux wtmp login record file
sources:
- type: FILE
attributes: {paths: ['/var/log/wtmp']}
attributes: {paths: ['/var/log/wtmp*']}
supported_os: [Linux]
urls: ['https://github.com/libyal/dtformats/blob/main/documentation/Utmp%20login%20records%20format.asciidoc']
---
Expand Down

0 comments on commit 3707afd

Please sign in to comment.