]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Require p_cansched() for changing a process' protection status via
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 2 Oct 2014 21:18:16 +0000 (21:18 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 2 Oct 2014 21:18:16 +0000 (21:18 +0000)
commit7aa1071e4819e27b5ede170bf692f1787f7f2286
treed93ba5f009f9ca455fb6d07642c84f41e664b402
parent4f7bf7a846b3f07c9a19e86634181e1ad26e8857
Require p_cansched() for changing a process' protection status via
procctl() rather than p_cansee().

Submitted by: rwatson
MFC after: 3 days
sys/kern/sys_process.c