LSM(Linux Security Module) Template
This is just skelton/template for creating new security module as LSM(Linux Security Module).
- Download Kconfig-sample, Makefile-sample, and files under lsm_tmp directory.
- Move lsm_tmp directory under your kernel src(linux/security/).
- Edit Kconfig, Makefile under linux/security (Kconfig-sample and Makefile-sample are sample files for editing.)
- compile your linux kernel src.
- Play it!
2016/06/27 Create template for linux-4.6.