blob: 7388eeaea583a69127430bfb718f3b3853165b57 [file] [log] [blame] [view]
Robert Sesek1f239182020-09-21 22:00:411# Sandbox Debugging
2
3The [macOS sandbox](../../sandbox/mac/seatbelt_sandbox_design.md) confines
4Chrome processes that handle untrustworthy data or code (or both). It works by
5blocking the process from accessing OS resources, which can have unintended side
6effects that cause compatibility issues or crashes. This document provides
7instructions for debugging such issues.
8