cvs commit: src/sys/kern kern_resource.c

Robert Watson rwatson at FreeBSD.org
Thu Jun 14 23:31:53 UTC 2007


rwatson     2007-06-14 23:31:52 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_resource.c 
  Log:
  Remove the restriction that rtprio(2) cannot be used to set the realtime
  or idle priority of another process owned by the same user.  This means
  that privilege in rtprio(2) (and rtprio_thread(2)) is required indirectly
  via p_cansched(9) or directly to set realtime/idle privilege, rather than
  directly affecting target process authorization.
  
  Revision  Changes    Path
  1.178     +8 -17     src/sys/kern/kern_resource.c


More information about the cvs-src mailing list