Files
brew/Library/Homebrew/test
Mike McQuaid 377e4f740b Remove Bubblewrap, use Landlock for Linux sandbox
- Landlock needs no separate executable, installation or `sysctl`
  configuration, so use it as the only Linux sandbox implementation
  rather than an opt-in behind `$HOMEBREW_SANDBOX_LINUX_LANDLOCK`.
- Delete `Sandbox::Bubblewrap`, the `brew setup-sandbox` command and
  the implicit `bubblewrap` dependency, none of which Landlock needs.
- Remove the Bubblewrap-era `Sandbox` API (`ensure_sandbox_installed!`,
  `configure!`, `configuration_commands`, `sandbox_install_command`)
  and its call sites now that no backend needs installing or
  configuring.
- Simplify `brew doctor`'s `check_linux_sandbox` to report the
  Landlock failure reason with the `$HOMEBREW_NO_SANDBOX_LINUX`
  workaround.
2026-08-04 11:55:32 +01:00
..
2026-06-20 13:29:42 -07:00
2026-07-14 13:17:32 +01:00
2026-07-31 09:07:12 +01:00
2026-06-08 10:40:56 +01:00
2026-07-12 15:38:02 +01:00
2026-07-14 13:17:32 +01:00
2026-06-20 13:29:42 -07:00
2026-06-09 01:02:05 +00:00
2026-07-07 16:00:12 +01:00