Skip to content

Commit

Permalink
Merge pull request #141 from tclahr/release/2.4.1
Browse files Browse the repository at this point in the history
Release/2.4.1
  • Loading branch information
tclahr authored Dec 21, 2022
2 parents 3ff93af + de42870 commit 9be662a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## 2.4.1 (2022-12-21)

### Fixed

- macOS FSEvents were not being collected from additional volumes located at '/System/Volumes' (files/logs/macos.yaml).
- macOS Timesync files location was fixed (files/logs/macos_unified_logs.yaml).

## 2.4.0 (2022-11-30)

### New Features
Expand Down
8 changes: 7 additions & 1 deletion artifacts/files/logs/macos.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
version: 1.0
version: 2.0
artifacts:
-
description: Collect fseventsd system logs.
supported_os: [macos]
collector: file
path: /.fseventsd
max_file_size: 1073741824 # 1GB
-
description: Collect fseventsd system logs.
supported_os: [macos]
collector: file
path: /System/Volumes/*/.fseventsd
max_file_size: 1073741824 # 1GB
-
description: Collect system logs.
supported_os: [macos]
Expand Down
4 changes: 2 additions & 2 deletions artifacts/files/logs/macos_unified_logs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.0
version: 4.0
artifacts:
-
description: Collect macOS Unified Logs tracev3 files.
Expand All @@ -15,5 +15,5 @@ artifacts:
description: Collect macOS Unified Logs timesync files.
supported_os: [macos]
collector: file
path: /private/var/db/diagnostics/Timesync
path: /private/var/db/diagnostics/timesync

0 comments on commit 9be662a

Please sign in to comment.