Development began against the 4.1.6 Kernel. I have now updated the module to the 4.3 Kernel and have began identifying relevant security hooks.
Figure 1 – AppCL-LSM kernel build ‘/var/log/kern.log’ output
Initially, inode hooks, program loading hooks and file hooks will be initialised.
This will allow AppCL – LSM to manage security labelling of file system objects, such as files, directories and symlinks (inode hooks). To manage the process of loading new programs (program loading hooks) and to mediate access to open filesystem objects (file hooks).
To view the public git for this project: