Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 609 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 609 Bytes

lsm_template

LSM(Linux Security Module) Template

What is this for?

This is just skelton/template for creating new security module as LSM(Linux Security Module).

Installation

  1. Download Kconfig-sample, Makefile-sample, and files under lsm_tmp directory.
  2. Move lsm_tmp directory under your kernel src(linux/security/).
  3. Edit Kconfig, Makefile under linux/security (Kconfig-sample and Makefile-sample are sample files for editing.)
  4. compile your linux kernel src.
  5. Play it!

Release note

2016/06/27 Create template for linux-4.6.

2022/02/20 I'll update the template for current 5.16 soon.