Skip to content

Commit

Permalink
Domain transition handler.
Browse files Browse the repository at this point in the history
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 '<kernel> /sbin/init /etc/init.d/rc'.
Domain information is stored in current->cred->security field.

Signed-off-by: Kentaro Takeda <takedakn@nttdata.co.jp>
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Toshiharu Harada <haradats@nttdata.co.jp>
Signed-off-by: James Morris <jmorris@namei.org>
  • Loading branch information
Kentaro Takeda authored and James Morris committed Feb 12, 2009
1 parent b69a54e commit 26a2a1c
Showing 1 changed file with 878 additions and 0 deletions.
Loading

0 comments on commit 26a2a1c

Please sign in to comment.