0

Fix missing link in sandbox docs

Bug: 349860656
Change-Id: I415ffe2964cbc61513d382620e18f12b04e81b21
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5671199
Reviewed-by: Matthew Denton <mpdenton@chromium.org>
Commit-Queue: Alex Gough <ajgo@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1321843}
This commit is contained in:
Alex Gough
2024-07-01 20:54:38 +00:00
committed by Chromium LUCI CQ
parent e1c3e07f33
commit d8fb60ff43

@ -12,7 +12,7 @@ to implement the privilege reduction. At a high-level:
- `mac/` uses the Seatbelt sandbox. See the [detailed
design](mac/seatbelt_sandbox_design.md) for more.
- `linux/` uses namespaces and Seccomp-BPF. See the [detailed
design](../docs/linux/sandboxing.md) for more.
design](../docs/linux/suid_sandbox_development.md) for more.
- `win/` uses a combination of restricted tokens, distinct job objects,
alternate desktops, and integrity levels. See the [detailed
design](../docs/design/sandbox.md) for more.