Git Product home page Git Product logo

lkrg's Introduction

Linux Kernel Runtime Guard (LKRG) Install Script

DISCONTINUED - Deprecated (LKRG is no longer compatable with Ubuntu 20.04.2 LTS or above anymore)

Linux Kernel Runtime Guard (LKRG) is developed by Openwall team. LKRG can prevent and/or detect the Linux kernelspace exploit. However, the userspace exploit cannot be detected or prevented, such as DirtyC0W exploit even it uses the kernel for the exploit.

Be keep in mind that LKRG may be/can be bypassed like other programs.

These scripts can install/uninstall LKRG on Ubuntu Linux (or debain based) with ease. It uses DKMS that it will be recompiled automatically when new Linux kernel is installed.

These scripts are released under GPLv3 License by Samiux and it is free of charge.

The current scripts are for LKRG version 0.9.1.

Download LKRG

sudo apt install git
git clone https://github.com/samiux/lkrg
cd lkrg

Install LKRG

sudo chmod +x lkrg-0.9.1-install
sudo ./lkrg-0.9.1-install

Uninstall LKRG

sudo chmod +x lkrg-0.9.1-uninstall
sudo ./lkrg-0.9.1-uninstall

Stop LKRG

sudo systemctl stop lkrg

Start or Restart LKRG

sudo systemctl start lkrg

sudo systemctl restart lkrg

Status of LKRG

sudo sysctl -a | grep lkrg

dmesg | grep lkrg

Known Issues

  • If Virtualbox is installed after the installation of LKRG, it is required to uninstall and reinstall LKRG; otherwises, Virtualbox will not working properly.

Reference

lkrg's People

Contributors

samiux avatar

Watchers

James Cloos avatar  avatar

Forkers

electr1ceel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.