K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-10-09T16:56:29.000000Z K 7 svn:log V 306 o Recent addition of (p1==p2) exception in p_candebug() permitted processes to attach debugging to themselves even though the global kern_unprivileged_procdebug_permitted policy might disallow this. o Move the kern_unprivileged_procdebug_permitted check above the (p1==p2) check. Reviewed by: des END