security: create task_free security callback
authorKees Cook <keescook@chromium.org>
Wed, 21 Dec 2011 20:17:03 +0000 (12:17 -0800)
committerJames Morris <jmorris@namei.org>
Thu, 9 Feb 2012 22:14:51 +0000 (09:14 +1100)
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>

No differences found