Skip to content

Commit

Permalink
refactor: added new artifact to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tclahr committed Nov 30, 2024
1 parent 70658d4 commit d229cab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## DEVELOPMENT VERSION

### Artifacts

- live_response/system/getcap.yaml: Added functionality to collect the list of files with associated process capabilities [linux] ([mnrkbys](https://github.com/mnrkbys)).

### New Artifacts Properties

- Added the new 'redirect_stderr_to_stdout' property, an optional feature available exclusively for the command collector. When set to true, this property redirects all error messages (stderr) to standard output (stdout), ensuring they are written to the output file.
Expand Down
2 changes: 1 addition & 1 deletion artifacts/live_response/system/getcap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ artifacts:
supported_os: [linux]
collector: command
foreach: ls -d /* | grep -vE '^/(proc|sys|dev|boot|run|swapfile)$'
command: getcap -r %line%
command: getcap -r "%line%"/*
output_file: getcap_-r.txt

0 comments on commit d229cab

Please sign in to comment.