From: Tetsuo Handa Date: Mon, 21 Jun 2010 00:58:53 +0000 (+0900) Subject: TOMOYO: Remove alias keyword. X-Git-Tag: v2.6.36-rc1~584^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0617c7ff34dc9b1d641640c3953274bb2dbe21a6;p=pandora-kernel.git 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 Signed-off-by: James Morris --- Reading git-diff-tree failed