Sept. 22, 2011
8:50 a.m.
On Thu, Sep 22, 2011 at 01:53:44PM +0530, Abhijit Pawar wrote:
hi list, Is there any way to hook the exec system call on Linux box apart from replacing the call in System Call table?
Regards, Abhijit Pawar
Hi, you can do that with LSM (CONFIG_SECURITY) using the bprm_set_creds hook (see include/linux/security.h). -- Christophe