TOMOYO: Remove alias keyword.
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Mon, 21 Jun 2010 00:58:53 +0000 (09:58 +0900)
committerJames Morris <jmorris@namei.org>
Mon, 2 Aug 2010 05:34:42 +0000 (15:34 +1000)
commit0617c7ff34dc9b1d641640c3953274bb2dbe21a6
tree6be51af32ad65380aff9b7fa385f65ef15b3d53b
parent7c2ea22e3c5463627ca98924cd65cb9e480dc29c
TOMOYO: Remove alias keyword.

Some programs behave differently depending on argv[0] passed to execve().
TOMOYO has "alias" keyword in order to allow administrators to define different
domains if requested pathname passed to execve() is a symlink. But "alias"
keyword is incomplete because this keyword assumes that requested pathname and
argv[0] are identical. Thus, remove "alias" keyword (by this patch) and add
syntax for checking argv[0] (by future patches).

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
security/tomoyo/common.c
security/tomoyo/common.h
security/tomoyo/domain.c
security/tomoyo/gc.c
security/tomoyo/realpath.c