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

fix(ebpf): disable PrintSyscallTable as default #3562

Closed

Commits on Oct 16, 2023

  1. fix(ebpf): set events to be disabled by default

    EvtsToDisable is a hardcoded map of events (key: string) to be disabled
    by default. It allows to turn off events that may be causing unwanted
    side effects or can't have their ID predicted (e.g. signature events).
    
    If the user sets such an event on the policy, it will be removed from
    the list of disabled events and the event will be enabled as usual.
    geyslan committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2e200fd View commit details
    Browse the repository at this point in the history
  2. fix: disable syscall_hooking

    This is a temporary fix to silence error messages from GKE kernel.
    geyslan committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ab97d72 View commit details
    Browse the repository at this point in the history
  3. chore(flags): remove leftover

    After the changes of aquasecurity#3262, at this stage, policies.Map() length is
    always greater than 0.
    geyslan committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    19381ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    286dff2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e91f15a View commit details
    Browse the repository at this point in the history