linux-kernel-test/security/tomoyo
Tetsuo Handa 0617c7ff34 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>
2010-08-02 15:34:42 +10:00
..
common.c TOMOYO: Remove alias keyword. 2010-08-02 15:34:42 +10:00
common.h TOMOYO: Remove alias keyword. 2010-08-02 15:34:42 +10:00
domain.c TOMOYO: Remove alias keyword. 2010-08-02 15:34:42 +10:00
file.c TOMOYO: Aggregate reader functions. 2010-08-02 15:34:41 +10:00
gc.c TOMOYO: Remove alias keyword. 2010-08-02 15:34:42 +10:00
group.c TOMOYO: Merge path_group and number_group. 2010-08-02 15:34:42 +10:00
Kconfig Kconfig and Makefile 2009-02-12 15:19:00 +11:00
load_policy.c TOMOYO: Split files into some pieces. 2010-08-02 15:33:39 +10:00
Makefile TOMOYO: Merge path_group and number_group. 2010-08-02 15:34:42 +10:00
memory.c TOMOYO: Merge path_group and number_group. 2010-08-02 15:34:42 +10:00
mount.c TOMOYO: Loosen parameter check for mount operation. 2010-08-02 15:34:34 +10:00
realpath.c TOMOYO: Remove alias keyword. 2010-08-02 15:34:42 +10:00
securityfs_if.c TOMOYO: Split files into some pieces. 2010-08-02 15:33:39 +10:00
tomoyo.c TOMOYO: Rename symbols. 2010-08-02 15:34:33 +10:00
util.c TOMOYO: Merge path_group and number_group. 2010-08-02 15:34:42 +10:00