Date: Thu, 14 Jun 2007 23:31:52 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_resource.c Message-ID: <200706142331.l5ENVqGT087202@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706142331.l5ENVqGT087202>