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

Writeable datasource types #3759

Merged

Commits on Dec 13, 2023

  1. fix(grpc): cleanup listen address

    Make sure listening address is cleaned up wether gracefully or on
    tracee's restart.
    NDStrahilevitz committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c831127 View commit details
    Browse the repository at this point in the history
  2. feat(ebpf): synchronize ready callback to pipeline

    Make sure the event pipeline starts before the ready callback is called.
    This is so the ready callback can reliably use tracee methods which may
    only work post pipeline initialization.
    NDStrahilevitz committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ef3bcd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfa6fe5 View commit details
    Browse the repository at this point in the history