Skip to content

vvbv/UBLMod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lms_operator_lkm

A Linux Kernel Module (LKM LSM) that demonstrates how to make an LKM non-removable and discusses the complexity of enforcing user creation policies at the kernel level. This module is designed to restrict user creation, allowing only the user operator to be created.

Compilation

make 

Installation

insmod lms_operator_lkm.ko
  • Attempting to remove with rmmod will fail.

About

Linux security module to prevent user creation at the kernel level.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published