← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Drop: A Rootless Linux Sandbox with gVisor Support for Program and Agent Isolation

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Drop is a rootless Linux sandbox.
  • It isolates programs and coding agents.
  • Supports gVisor for additional isolation.
  • Uses existing Linux distribution programs.

Introduction to Drop Sandbox

Drop is a new Linux sandboxing solution designed to isolate programs and coding agents. It operates without requiring root privileges, utilizing Linux user namespaces to create isolated environments. This approach allows users to run untrusted code or third-party applications with reduced risk to their main system.

Isolation Capabilities

Drop enforces permissions at the operating system level, preventing sandboxed programs from accessing sensitive user directories like the home directory or SSH keys. It also rejects connections to services running on localhost by default. This containment strategy aims to limit the impact of malicious programs or supply chain compromises.

Disposable Environments and Configuration

Inspired by Python's virtualenv, Drop enables the creation of disposable, isolated environments, each with its own home directory. Unlike containerization tools such as Docker, Drop integrates with the user's existing Linux distribution, making all installed programs available within the sandbox. Configuration is managed through a high-level TOML language, allowing users to specify which files, directories, and local network services are exposed to the sandbox.

Rootless Operation and gVisor Integration

Drop runs within a Linux user namespace and does not require root access. It drops user namespace capabilities before executing sandboxed programs, preventing privileged operations within the user namespace. For enhanced isolation, Drop offers optional integration with gVisor, a user-space kernel that prevents programs from directly accessing the host kernel, thereby reducing the risk of kernel vulnerability exploitation.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~26 min · 21 stories · Sep 23

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Primary sources

GitHub wrr/drop

Reporting from

Drop is a new rootless Linux sandboxing tool that isolates programs and coding agents without requiring root privileges, using Linux user namespaces and optionally gVisor. It provides disposable environments and configurable access to files and network services, aiming to contain potential damage from malicious software or supply chain attacks.