For security reasons, the kernel ceased to export characters necessary for writing security modules in the form of loadable kernel modules (Linux Kernel Module, LKM) starting with version 2.6.24. And you can’t export sys_call_table, again for security reasons. But then, how can I filter filesystem requests? I’ll state it simply: I want to hook the “open” function! I don’t want