DescriptionThis patch is from Chris Coulson <chris.coulson@canonical.com>. While working on enabling crash reporting for Ubuntu's Firefox builds, he found that Ubuntu's PTRACE-hardened kernel was preventing Linux dumping from functioning, since it relies on clone()ing a child process and then dumping the parent from there. This patch uses prctl to indicate that the child is permitted to dump the parent. See https://wiki.ubuntu.com/SecurityTeam/Roadmap/KernelHardening#PTRACE%20Protection for details about the kernel modifications. Patch Set 1 #
Total comments: 5
Patch Set 2 : Updated patch #
Total comments: 4
Patch Set 3 : Updated patch #
MessagesTotal messages: 7
|