You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW I want to be able to strace programs which run under suid control.
For now what I do is to put some strace right into suid.conf.
However it would be convenient if there would be some way to apply the strace (and things like ltrace tricks based on LD_PRELOAD) on-demand and not by editing some configuration file. But in that case the caller must have the right permissions (either be root or the destination user).
seteuid()
no more works if a process isptrace()
d, see CVE-2003-0127suid
perhaps should detect that situation and do something helpful.The text was updated successfully, but these errors were encountered: