awesome-repositories.com

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

ExploreazăCăutări recomandateBlogHartă site
ProiectDesprePresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorii

2 repository-uri

Awesome GitHub RepositoriesProcess Privilege Separation

The practice of dividing a program into parts that run with different privilege levels to limit potential damage from a compromise.

Distinct from User Privilege Configurations: Candidates focus on account management or root file access, not the architectural separation of privileges between worker processes.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Process Privilege Separation. Refine with filters or upvote what's useful.

Awesome Process Privilege Separation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • openssh/openssh-portableAvatar openssh

    openssh/openssh-portable

    3,875Vezi pe GitHub↗

    This project is a portable implementation of the secure shell toolset designed for deployment across diverse operating systems and platforms. It provides a suite of tools for secure remote login and command execution based on the secure shell protocol. The implementation includes a sandboxed server that isolates processes to limit the impact of potential vulnerabilities on the host operating system. It also functions as a cryptographic key manager for generating and storing security keys to replace or supplement password-based authentication. The project covers encrypted file transfer for mo

    Uses a privilege-separated process model to isolate privileged parents from unprivileged children.

    Cccryptographyfile-sharing
    Vezi pe GitHub↗3,875
  • jorisvink/koreAvatar jorisvink

    jorisvink/kore

    3,825Vezi pe GitHub↗

    Kore is an event-driven web and WebSocket server framework designed for building high-performance web services and APIs in C or Python. It functions as a secure, concurrent application framework that utilizes non-blocking I/O and isolated worker processes to handle high-concurrency traffic. The project is distinguished by a security-first architecture that features OS-level process sandboxing, privilege separation, and the isolation of private encryption keys into dedicated processes. It enables zero-downtime deployments through dynamic module hot-reloading and provides automated TLS certific

    Sets the root directory and system user for individual worker processes to improve security.

    Ccframeworkhigh-performance
    Vezi pe GitHub↗3,825
  1. Home
  2. Operating Systems & Systems Programming
  3. Process Privilege Separation