The document discusses process behavior modelling using Linux Security Modules (LSM). It describes how LSM provides a framework for security modules by inserting hooks at critical points in the kernel. A behavior monitoring module is implemented that checks system calls of a process against an expected profile held by a daemon. If a call does not match, the process is terminated, otherwise it is allowed to continue. Experiments show the module can successfully intercept calls and monitor process behavior with minimal overhead.