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>
Showing
- security/tomoyo/common.c 0 additions, 12 deletionssecurity/tomoyo/common.c
- security/tomoyo/common.h 5 additions, 25 deletionssecurity/tomoyo/common.h
- security/tomoyo/domain.c 3 additions, 97 deletionssecurity/tomoyo/domain.c
- security/tomoyo/gc.c 0 additions, 11 deletionssecurity/tomoyo/gc.c
- security/tomoyo/realpath.c 0 additions, 19 deletionssecurity/tomoyo/realpath.c
Loading
Please register or sign in to comment