Deal with set-uid/set-gid files #364
Labels
C-tracer (C)
Component: The C part of the tracer codebase (_pytracer extension)
T-enhancement
Type: En enhancement to existing code, or a new feature
Set-uid and set-gid programs will not work correctly under trace (security feature).
A warning is currently printed (#296), but it might be possible to do something better. I'm thinking we could run the tracer as root, but have it start the program with user privileges, since currently all you can do is run everything as root.
Continuation of #295
The text was updated successfully, but these errors were encountered: