Comment 27 for bug 1433590

Revision history for this message
Tyler Hicks (tyhicks) wrote :

Seth is right about PIDs not being sufficient for identifying a process. Additionally, you cannot trust a /proc/PID/comm to identify what binary was used to start the process. See the proc(5) man page for details on how to trivially change your own comm to something that would trick the check added in the merge proposal.