mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
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:
parent
624fe60635
commit
5ea6583e2d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75811
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user