awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesKernel Security Modules

Frameworks and modules that restrict process capabilities and protect the operating system kernel from exploits.

Distinct from Kernel Security Audits: Shortlist candidates focus on auditing and data splicing rather than runtime capability restriction modules.

Explore 2 awesome GitHub repositories matching security & cryptography · Kernel Security Modules. Refine with filters or upvote what's useful.

Awesome Kernel Security Modules GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • home-assistant/operating-systemAvatar home-assistant

    home-assistant/operating-system

    7,222Vezi pe GitHub↗

    This project is a Buildroot-based Linux distribution and embedded home server operating system designed to host containerized home automation services. It serves as a dedicated platform that manages the hardware and software requirements of a local smart home hub. The system is built as an immutable operating system, utilizing a read-only root filesystem and image-based updates to ensure consistent versioning and prevent accidental changes. It employs container-based process isolation to decouple applications from the core operating system. The platform provides a supervised container manage

    Employs kernel-level security modules to restrict process capabilities and protect the underlying system.

    Pythonbuildrootdockerhacktoberfest
    Vezi pe GitHub↗7,222
  • asterinas/asterinasAvatar asterinas

    asterinas/asterinas

    4,678Vezi pe GitHub↗

    Asterinas is a memory-safe operating system kernel designed to prevent data races and memory corruption. It functions as a Linux-ABI compatible kernel, enabling the execution of existing Linux binaries and container workloads while providing a declarative operating system distribution model. The project distinguishes itself by acting as a virtual machine container host and a confidential computing guest OS, allowing it to run within hardware-isolated Trusted Execution Environments such as Intel TDX. It implements a minimal trusted computing base by isolating unsafe low-level operations and se

    Limits unsafe code execution by utilizing a minimal Trusted Computing Base in the construction of kernel modules.

    Rustkernelosrust
    Vezi pe GitHub↗4,678
  1. Home
  2. Security & Cryptography
  3. Kernel Security Modules

Explorează sub-etichetele

  • TCB-Based Module IsolationConstruction of kernel modules that minimize the Trusted Computing Base by isolating unsafe code. **Distinct from Kernel Security Modules:** Focuses on the architectural minimization of the TCB during module construction rather than just capability restriction