1 个仓库
Runtimes that use ptrace or similar mechanisms to intercept system calls for rootless privilege simulation.
Distinct from Rootless Modes: The candidates cover rootless daemons or Android hooking, but not the architectural pattern of ptrace-based root simulation.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Syscall Interception Runtimes. Refine with filters or upvote what's useful.
proot-distro is a rootless container runtime and Linux distribution manager that allows users to install and run isolated guest environments without requiring administrative root privileges. It utilizes PRoot to simulate root access and filesystem redirection, enabling the deployment of full Linux distributions in a non-root space. The project functions as an OCI container image handler, capable of building, pulling, and pushing OCI-compatible images and manifests. It further serves as a cross-architecture execution layer, utilizing user-mode emulation to run binaries and containers built for
Utilizes PRoot to intercept system calls via ptrace, simulating root privileges and filesystem redirection without administrative access.