Re: [PATCH 0/4] LSM/TOMOYO: Introduce per a task_struct variables.

2013-06-18 Thread Tetsuo Handa
Please respond if you have any comments/questions/objections/problems. Tetsuo Handa wrote: > This patchset has four patches. Patch 1 and 2 are essentially revival of LSM > hooks which existed until Linux 2.6.28. > > [PATCH 1/4] LSM: Add security_bprm_aborting_creds() hook. > [PATCH 2/4] LSM: Revi

[PATCH 0/4] LSM/TOMOYO: Introduce per a task_struct variables.

2013-06-11 Thread Tetsuo Handa
This patchset is for fixing two of TOMOYO's long-standing bugs which exists since Linux 2.6.30. Bug 1: TOMOYO has been unable to check binary loader's permission upon execve() because TOMOYO uses different permission for the program passed to execve() request and the binary loader requested