[Bug 24193] ptrace protection in Ubuntu 10.10 breaks debuggers (affects winedbg, wow, ...)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 14 14:04:41 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=24193

--- Comment #10 from Kees Cook <kees at outflux.net> 2010-09-14 14:04:40 CDT ---
Worst-case situation would be to have all Wine applications just give up PTRACE
protections at start-time by declaring that init and all children can
PTRACE_ATTACH:

#ifndef PR_SET_PTRACER
# define PR_SET_PTRACER 0x59616d61
#endif
prctl(PR_SET_PTRACER, 1, 0, 0, 0);

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list