fix: clone CLONE_CHILD_IN_PIDNS not rendered#2717
Merged
poiana merged 1 commit intofalcosecurity:masterfrom Nov 19, 2025
Merged
fix: clone CLONE_CHILD_IN_PIDNS not rendered#2717poiana merged 1 commit intofalcosecurity:masterfrom
poiana merged 1 commit intofalcosecurity:masterfrom
Conversation
Signed-off-by: Angelo Puglisi <angelopuglisi86@gmail.com>
ec30555 to
4b86cdf
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2717 +/- ##
=======================================
Coverage 76.90% 76.90%
=======================================
Files 296 296
Lines 30875 30875
Branches 4693 4693
=======================================
Hits 23745 23745
Misses 7130 7130
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepskyblue86, ekoops The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Contributor
|
LGTM label has been added. DetailsGit tree hash: a43ad0f52ca634c4f1f69ceb4daa32e29f3c8412 |
leogr
approved these changes
Nov 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind bug
Any specific area of the project related to this PR?
/area libsinsp
What this PR does / why we need it:
PPM_CL_CHILD_IN_PIDNS(introduced in 3b7a794f8) doesn't get rendered:{ "evt.dir": "<", "evt.info": "res=0 exe=java args=<redacted> tid=104304(Attach API init) pid=104236(java) ptid=104181(containerd-shim) cwd=<NA> fdlimit=1048576 pgft_maj=0 pgft_min=0 vm_size=16082388 vm_rss=114176 vm_swap=0 comm=Attach API init cgroups=<redacted> flags=536870912 uid=1001 gid=0 vtid=60 vpid=1(systemd) pidns_init_start_ts=3197917212257280", "evt.num": 89846, "evt.type": "clone3", "proc.name": "Attach API init", "proc.pid": 104236, "thread.tid": 104304 }Notice
flags=536870912being#define PPM_CL_CHILD_IN_PIDNS (1<<29)Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: