commit | f9ce1f1cda8b73a36f47e424975a9dfa78b7840c | [log] [tgz] |
---|---|---|
author | Kentaro Takeda <takedakn@nttdata.co.jp> | Thu Feb 05 17:18:11 2009 +0900 |
committer | James Morris <jmorris@namei.org> | Thu Feb 12 15:15:03 2009 +1100 |
tree | 66138b33dbf627f99f5ec67e0e39ce15ab830080 | |
parent | 523979adfa0b79d4e3aa053220c37a9233294206 [diff] |
Add in_execve flag into task_struct. This patch allows LSM modules to determine whether current process is in an execve operation or not so that they can behave differently while an execve operation is in progress. This patch is needed by TOMOYO. Please see another patch titled "LSM adapter functions." for backgrounds. Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>