Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2001 09:56:29 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_prot.c
Message-ID:  <200110091656.f99GuUb23755@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2001/10/09 09:56:29 PDT

  Modified files:
    sys/kern             kern_prot.c 
  Log:
  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
  
  Revision  Changes    Path
  1.110     +10 -3     src/sys/kern/kern_prot.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110091656.f99GuUb23755>