hello, I am reading source codes of some LSM modules (Linux Security Module), and found that some use "module_init(xxxx)" to register module, but others use "security_initcall(xxxx)" for that purpose. So my question is: what are the differences between these 2 ways of register module? And what is the better way to do that? Thank you a lot, AQ -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/