On Mon, Sep 17, 2001 at 02:04:17PM -0400, Chaudry Khurram wrote: > > If there is another quick and dirty of accomplishing this task kindly let me > know that as well. You might want to look at the Linux Security Module patch at http://lsm.immunix.org/ It provides hooks all over the kernel to allow you to write a simple module to do something like what you want. The documentation is a bit lacking, but if you look at the most recent code in the bitkeeper tree, the security.h header file is getting lots of documentation added. The end goal of the project is to get this patch into the 2.5 kernel to enable everyone to be able to write security kernel modules easier. SELinux right now is using the patch. Hope this helps, greg k-h - Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/