From: Kentaro Takeda Date: Thu, 5 Feb 2009 08:18:11 +0000 (+0900) Subject: Add in_execve flag into task_struct. X-Git-Tag: v2.6.30-rc1~679^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9ce1f1cda8b73a36f47e424975a9dfa78b7840c;p=pandora-kernel.git 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 Signed-off-by: David Howells Signed-off-by: James Morris --- Reading git-diff-tree failed