Add a warning for suid executables #295
Labels
A-pr-exists
Attention: This issue has an associated pull request already, that should be completed & reviewed
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
Milestone
If a process under trace
exec()
s a suid program, it will not get the privileges like it would if it wasn't under trace. Reprozip should warn that this happened.This is a security feature from Linux, because the tracing process still controls the new process, and would be able to make it do whatever using its privileges.
(see also: #294)
The text was updated successfully, but these errors were encountered: