Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syscalls related to process #208

Open
thiagoftsm opened this issue Mar 18, 2021 · 2 comments
Open

Syscalls related to process #208

thiagoftsm opened this issue Mar 18, 2021 · 2 comments
Assignees
Labels
ebpf-mteam Label to classify issues related to eBPF plugin

Comments

@thiagoftsm
Copy link
Contributor

As an extension for the issue #205 , we also need to monitor the following syscalls related to process:

  • unshare
  • fork
@thiagoftsm thiagoftsm added the ebpf-mteam Label to classify issues related to eBPF plugin label Mar 18, 2021
@thiagoftsm thiagoftsm self-assigned this Mar 18, 2021
@Ferroin
Copy link
Member

Ferroin commented Mar 19, 2021

We probably also want vfork() and clone() for this as well.

@thiagoftsm
Copy link
Contributor Author

We probably also want vfork() and clone() for this as well.

Yes, I agree.
We already have monitoring for fork, but I will add for the others and organize them together on our dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ebpf-mteam Label to classify issues related to eBPF plugin
Projects
None yet
Development

No branches or pull requests

2 participants