From: Tetsuo Handa Date: Tue, 24 Dec 2013 11:49:01 +0000 (+0900) Subject: Integrity: Pass commname via get_task_comm() X-Git-Tag: v3.15-rc1~112^2~3^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73a6b44a003ad5dd1af9a8d05f01589dce7cd47a;p=pandora-kernel.git Integrity: Pass commname via get_task_comm() When we pass task->comm to audit_log_untrustedstring(), we need to pass it via get_task_comm() because task->comm can be changed to contain untrusted string by other threads after audit_log_untrustedstring() confirmed that task->comm does not contain untrusted string. Signed-off-by: Tetsuo Handa Signed-off-by: Mimi Zohar --- Reading git-diff-tree failed