reprozip icon indicating copy to clipboard operation
reprozip copied to clipboard

Deal with set-uid/set-gid files

Open remram44 opened this issue 6 years ago • 0 comments

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

remram44 avatar Nov 22 '19 00:11 remram44