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