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

Check for ptrace_scope before doing ulp operations #201

Merged

Commits on Apr 10, 2024

  1. Fix race condition on process listing

    Previously the process listing had a race condition where it could
    deallocate the queue before the process discovery thread ended its
    job.  This commit fix this by checking if the thread ended before
    destroying the queue.
    
    Signed-off-by: Giuliano Belinassi <[email protected]>
    giulianobelinassi committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    22bc882 View commit details
    Browse the repository at this point in the history
  2. Check for ptrace_scope before doing ulp operations

    YAMA has a security feature that block ptrace of non-child processes.
    Check for that when the command is issued to make sure everything will
    work as it should.
    
    Signed-off-by: Giuliano Belinassi <[email protected]>
    giulianobelinassi committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6996bce View commit details
    Browse the repository at this point in the history