-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
C-tracer (C)Component: The C part of the tracer codebase (_pytracer extension)Component: The C part of the tracer codebase (_pytracer extension)T-enhancementType: En enhancement to existing code, or a new featureType: En enhancement to existing code, or a new feature
Description
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
Metadata
Metadata
Assignees
Labels
C-tracer (C)Component: The C part of the tracer codebase (_pytracer extension)Component: The C part of the tracer codebase (_pytracer extension)T-enhancementType: En enhancement to existing code, or a new featureType: En enhancement to existing code, or a new feature