On Tue, 14 Jan 2003 11:58:53 -0800 (PST) S P <sage_newbie@yahoo.com> wrote: > > Hi, > > I am writing a software program which when installed, inserts a kernel > module. However the user should not be able to see the module (using > lsmod) or remove it, even if he has root privileges. Only the uninstall > program should be able to remove it. Is there any way this can be done ? > I thought of modifying the sys_create_module system call. > > Thanks for the help, > > -SP Hi, you should take a look on: http://packetstorm.decepticons.org/docs/hack/LKM_HACKING.html#II.9. - maybe it'll help you. Soeren -- Soeren Bleikertz soeren[at]geekgate.org http://soeren.geekgate.org -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/