On Tue, 2 Oct 2007, Kentaro Takeda wrote:

> LSM expansion for TOMOYO Linux.
> 
> LSM hooks for sending signal:
>    * task_kill_unlocked is added in sys_kill
>    * task_tkill_unlocked is added in sys_tkill
>    * task_tgkill_unlocked is added in sys_tgkill

Why do you need racy unlocked versions, in addition to the existing 
security_task_kill() hook which is called safely via 
check_kill_permission() ?


- James
-- 
James Morris
<[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe 
linux-security-module" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to