Allowed modules list
Posted Mar 18, 2004 3:32 UTC (Thu) by
corbet (editor, #1)
In reply to:
urgh by mattdm
Parent article:
A new Adore root kit
If you're really concerned, a better solution is to link everything you need into your kernel and disallow modules altogether. A weaker alternative is to load your modules at boot time, then disable module loading via the capability bounding set.
In either case, however, you must contend with the fact that it is still possible to patch code into the kernel without loading a module via /dev/mem.
(
Log in to post comments)