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

add USERS.md file for collating tetragon users #2143

Closed
wants to merge 8 commits into from
Closed

add USERS.md file for collating tetragon users #2143

wants to merge 8 commits into from

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    c068dfd View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. tetragon: Fix removeAllSensors handler

    The [0] commit added sensor's destroy hook and changed kprobe logic
    to cleanup genericKprobeTable in there. We also need to change
    removeAllSensors to do destroy instead of unload so the kprobe hook
    is executed.
    
    [0] 70e4fcd ("pkg/sensors: cleanup kprobe entry from table on destroy")
    
    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri authored and paularah committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    eef0837 View commit details
    Browse the repository at this point in the history
  2. tetragon: Rename NOTIFYKILLER to NOTIFYENFORCER action

    Renaming NOTIFYKILLER to NOTIFYENFORCER action as a first step
    of the whole rename, so we have schema changes separated.
    
    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri authored and paularah committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ee6657e View commit details
    Browse the repository at this point in the history
  3. tetragon: Rename killer bpf sensor to enforcer

    Renaming killer bpf sensor to enforcer including the
    file object names.
    
    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri authored and paularah committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    12770ef View commit details
    Browse the repository at this point in the history
  4. tetragon: Rename killer spec to enforcer

    Renaming killer spec to enforcer to have the spec
    changes separated.
    
    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri authored and paularah committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3273cc3 View commit details
    Browse the repository at this point in the history
  5. tetragon: Rename killer go code to enforcer

    Renaming killer go code to enforcer.
    
    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri authored and paularah committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ab8e49a View commit details
    Browse the repository at this point in the history
  6. tetragon: Rename killer go objects to enforcer

    Renaming killer go objects to enforcer.
    
    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri authored and paularah committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    905e7aa View commit details
    Browse the repository at this point in the history
  7. tetragon: Rename killer-tester to enforcer-tester

    Renaming killer-tester to enforcer-tester.
    
    Signed-off-by: Jiri Olsa <[email protected]>
    olsajiri authored and paularah committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0caac00 View commit details
    Browse the repository at this point in the history