Skip to content

Update Falco libs - #76

Merged
araujof merged 5 commits into
sysflow-telemetry:devfrom
dcarolloz:update-libs
Jul 30, 2026
Merged

araujof merged 5 commits into
sysflow-telemetry:devfrom
dcarolloz:update-libs

Conversation

@dcarolloz

Copy link
Copy Markdown
Contributor
  • Updated Falco libs to v0.23.2
  • Updated Falco driver to v9.1.0
  • Update Falcoctl to v0.12.2
  • Replaced sha1 for FOID generation from OpenSSL to hash-library as OpenSSL was dropped from Falco libs
  • Removed deps not anymore in Falco libs
  • Disabled container functionalities as not available anymore out of the box in Falco libs (requires plugin but the go based plugin clashes with muslc)
  • Added container filtering

dcarolloz and others added 3 commits July 29, 2026 23:33
- Update falco driver, libs modules
- Integrate sha1 from hash-library as replacement of openSSL
- Fix user/group fetching and filter out containerized processes
- Disable container functionalities not available anymore OOTB from Falco
- Adjust falco lib calls

Signed-off-by: Daniele Carollo <carollo.dani@gmail.com>
Signed-off-by: Daniele Carollo <carollo.dani@gmail.com>
Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
araujof added 2 commits July 30, 2026 00:08
Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
…23.2"

This reverts commit f08e5f3.

Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
@araujof
araujof self-requested a review July 30, 2026 05:18

@araujof araujof left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Fixed lint/format issues.

A few comments:

  • The -c filter inversion + suppress_events_tid in sysflowprocessor.cpp (documented meaning of -c flipped).
  • get_parent_thread() → get_ancestor_process() changing process-lineage semantics.

The alpine CI build fails because this is a fork and the fork doesn't have access to the CI secrets to log to image registry. I tested it locally and it works. Once it merges, it should be build fine in dev.

@araujof
araujof changed the base branch from master to dev July 30, 2026 16:36
@araujof
araujof merged commit 62c0f28 into sysflow-telemetry:dev Jul 30, 2026
19 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants