1 Repo
Systems for controlling application access to system hardware and resources within a sandbox.
Distinct from Linux Sandboxes: Focuses on the permission layer of a Linux sandbox rather than the execution environment itself
Explore 1 awesome GitHub repository matching operating systems & systems programming · Permission Managers. Refine with filters or upvote what's useful.
Flatpak is a sandboxed application framework and standardized packaging format for Linux desktop applications. It functions as a distribution system that allows a single application bundle to run consistently across multiple Linux operating systems without requiring per-distribution builds. The project provides a runtime dependency manager that bundles specific library versions or shared runtimes to create predictable execution environments. It includes a sandbox permission manager to control application access to system hardware and resources, ensuring security and consistent behavior betwee
Provides a security layer that controls application access to system hardware and resources through a defined permission system and portals.