o Remove comment indicating policy permits loop-back debugging, but

semantics don't: in practice, both policy and semantics permit
  loop-back debugging operations, only it's just a subset of debugging
  operations (i.e., a proc can open its own /dev/mem), and that's at a
  higher layer.
This commit is contained in:
Robert Watson 2001-04-21 22:41:45 +00:00
parent 624fe60635
commit 5ea6583e2d

View File

@ -1158,7 +1158,6 @@ p_candebug(struct proc *p1, struct proc *p2, int *privused)
if (privused != NULL)
*privused = 0;
/* XXX it is authorized, but semantics don't permit it */
if (p1 == p2)
return (0);