commit | 1a2a4d06e1e95260c470ebe3a945f61bbe8c1fd8 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Dec 21 12:17:03 2011 -0800 |
committer | James Morris <jmorris@namei.org> | Fri Feb 10 09:14:51 2012 +1100 |
tree | 7167d158749a7acf2ce8bbe1ecd25234b654e813 | |
parent | 9e3ff38647a316e4f92d59b14c8f0eb13b33bb2c [diff] |
security: create task_free security callback The current LSM interface to cred_free is not sufficient for allowing an LSM to track the life and death of a task. This patch adds the task_free hook so that an LSM can clean up resources on task death. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: James Morris <jmorris@namei.org>