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

WIP: check current namespaces #2421

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

Commits on Apr 29, 2024

  1. proc: set auid to -1 for generated kernel pid 0

    Less confusion by unsetting auid of generated kernel pid 0.
    
    Signed-off-by: Djalal Harouni <tixxdz@gmail.com>
    tixxdz committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    da73b50 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. namespaces: check current namespaces only once

    This improves checking current namespaces only once and caches
    the result.
    
    It can be used to check if Tetragon is running in host namespaces
    before performing some operations that can fail in container context.
    
    Signed-off-by: Djalal Harouni <tixxdz@gmail.com>
    tixxdz committed May 8, 2024
    Configuration menu
    Copy the full SHA
    69092c5 View commit details
    Browse the repository at this point in the history