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: Allow persistent enforcement during tetragon restart #2600

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

Commits on Jun 29, 2024

  1. tetragon: Add local ebpf version

    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    3814975 View commit details
    Browse the repository at this point in the history
  2. tetragon: Add HasLinkPin function

    .. to detect link pinning functionality.
    
    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    4326d6e View commit details
    Browse the repository at this point in the history
  3. tetragon: Add --bpf-dir option

    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    94bc443 View commit details
    Browse the repository at this point in the history
  4. tetragon: Add support to pin link

    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    558f908 View commit details
    Browse the repository at this point in the history
  5. tetragon: Add support to pin tracepoint links

    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    d15b80e View commit details
    Browse the repository at this point in the history
  6. tetragon: Add support to pin kprobe links

    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    36774ef View commit details
    Browse the repository at this point in the history
  7. tetragon: Add support to pin kprobe multi links

    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    e1d13fc View commit details
    Browse the repository at this point in the history
  8. tetragon: Add support to pin fmodret links

    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    fcfc616 View commit details
    Browse the repository at this point in the history
  9. tetragon: Add keep-sensors-on-exit option

    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    e79f9da View commit details
    Browse the repository at this point in the history
  10. tetragon: Detect move and remove previous bpf instance

    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    39cecf0 View commit details
    Browse the repository at this point in the history
  11. tetragon: Check for nc.openbsd in rate tests

    .. and skip it if it's not found.
    
    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    b62b232 View commit details
    Browse the repository at this point in the history
  12. tetragon: Add persistent enforcer tests

    Adding tests for persistent enforcement - kill and override.
    
    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    6274457 View commit details
    Browse the repository at this point in the history