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

Tetragon: add cgroup id in execve map to identify if processes belong to same container in kernel space #2999

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 14, 2024

  1. bpf: add BPF_PROG_TYPE definition syscall and netfilter

    Signed-off-by: Djalal Harouni <[email protected]>
    tixxdz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9553a14 View commit details
    Browse the repository at this point in the history
  2. api:proto: add BpfProgramType definitions

    Signed-off-by: Djalal Harouni <[email protected]>
    tixxdz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d8ce450 View commit details
    Browse the repository at this point in the history
  3. bpf: track processes by cgrpid

    Signed-off-by: Djalal Harouni <[email protected]>
    tixxdz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7dafb65 View commit details
    Browse the repository at this point in the history
  4. bpf: on clone store current execve map cgrpid

    Signed-off-by: Djalal Harouni <[email protected]>
    tixxdz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    51a4ab6 View commit details
    Browse the repository at this point in the history
  5. bpf: on execve store cgrpid in execve_map

    Signed-off-by: Djalal Harouni <[email protected]>
    tixxdz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    088f183 View commit details
    Browse the repository at this point in the history