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
Updated by jorisgio over 11 years ago
- File 0002-kernel-change-proc_token-by-per-process-token-to-pro.patch 0002-kernel-change-proc_token-by-per-process-token-to-pro.patch added
Fix a mis-placed token release
Updated by jorisgio over 11 years ago
- File deleted (
0001-kernel-change-proc_token-by-per-process-token-to-pro.patch)
Updated by jorisgio about 11 years ago
- Description updated (diff)
- Status changed from New to Closed
fixed by b22b6ecd66ef2104abc07ae243f04125b30aa38d
Actions