awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesHome Directory Isolation

Techniques for segregating or virtualizing user home directories to prevent applications from accessing sensitive user data.

Distinct from Home Directory Management: None of the candidates cover security-focused home directory virtualization; they focus on storage lifecycle or network mounting.

Explore 2 awesome GitHub repositories matching security & cryptography · Home Directory Isolation. Refine with filters or upvote what's useful.

Awesome Home Directory Isolation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • nodeos/nodeosالصورة الرمزية لـ NodeOS

    NodeOS/NodeOS

    7,337عرض على GitHub↗

    NodeOS is an operating system that boots a Linux kernel with Node.js running as the primary userspace, replacing traditional shell utilities with JavaScript execution. Every npm package is treated as a native system command, making hundreds of thousands of packages directly executable at the OS level. The operating system is built inside Docker containers using a reproducible pipeline that generates ext2 filesystem images, with the ability to conditionally disable KVM for systems without hardware virtualization. It mounts a persistent usersfs partition for user home directories, preserving ch

    Mounts a usersfs partition and executes an init file from each user's home folder to prevent privilege escalation after boot.

    Shelljavascriptnodejsnodeos
    عرض على GitHub↗7,337
  • netblue30/firejailالصورة الرمزية لـ netblue30

    netblue30/firejail

    7,069عرض على GitHub↗

    Firejail is a Linux application sandbox and kernel security wrapper that isolates untrusted applications from the host system. It uses kernel namespaces and seccomp filters to restrict filesystem access, drop kernel capabilities, and limit the system attack surface. The project is distinguished by its use of predefined security profiles to automatically apply filesystem restrictions and syscall limits based on the executable being launched. It provides specialized isolation for portable packages such as AppImages and implements X11 display isolation via proxy servers to prevent keyboard loggi

    Provides segregation of the user home directory by mounting temporary or custom directories over the actual home folder.

    C
    عرض على GitHub↗7,069
  1. Home
  2. Security & Cryptography
  3. Home Directory Isolation