[strace/strace] Strace should prevent a process under tracing to attach to the strace itself (#178)

Dmitry V. Levin notifications at github.com
Mon Mar 29 16:20:03 UTC 2021


Looks like strace is not the right place to break this loop.
Better workarounds are available, e.g. one can enable restricted ptrace by setting /proc/sys/kernel/yama to 1,
or clear dumpable bit of the strace that shouldn't be ptraced.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/strace/strace/issues/178#issuecomment-809518103
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20210329/15d363b6/attachment.htm>


More information about the Strace-devel mailing list