2 مستودعات
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.
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.
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.