From: Kentaro Takeda Date: Thu, 5 Feb 2009 08:18:15 +0000 (+0900) Subject: Domain transition handler. X-Git-Tag: v2.6.30-rc1~679^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26a2a1c9eb88d9aca8891575b3b986812e073872;p=pandora-kernel.git Domain transition handler. This file controls domain creation/deletion/transition. Every process belongs to a domain in TOMOYO Linux. Domain transition occurs when execve(2) is called and the domain is expressed as 'process invocation history', such as ' /sbin/init /etc/init.d/rc'. Domain information is stored in current->cred->security field. Signed-off-by: Kentaro Takeda Signed-off-by: Tetsuo Handa Signed-off-by: Toshiharu Harada Signed-off-by: James Morris --- Reading git-diff-tree failed