Actions
Submit #2574
closedfix token usage for process credential
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
07/30/2013
Due date:
% Done:
0%
Estimated time:
Description
p_ucred structure accesses are still protected proc_token in kern_prot.c which is incorrect. This patch convert the various functions to p_token.
I've not really audited all the uses of p_ucred in the kernel, because there are a lot of them.
Files
Actions