awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • openssh/openssh-portableopenssh 的头像

    openssh/openssh-portable

    3,875在 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
    在 GitHub 上查看↗3,875
  • jorisvink/korejorisvink 的头像

    jorisvink/kore

    3,825在 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
    在 GitHub 上查看↗3,825
  1. Home
  2. Operating Systems & Systems Programming
  3. Process Privilege Separation