Navigation Menu

Skip to content

Commit

Permalink
docs: fix sandboxing documentation link (#5288)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaoudi committed Jul 3, 2020
1 parent aee8fda commit d9bb52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Expand Up @@ -132,7 +132,7 @@ yum update nss -y

## Setting Up Chrome Linux Sandbox

In order to protect the host environment from untrusted web content, Chrome uses [multiple layers of sandboxing](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/linux_sandboxing.md). For this to work properly,
In order to protect the host environment from untrusted web content, Chrome uses [multiple layers of sandboxing](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/linux/sandboxing.md). For this to work properly,
the host should be configured first. If there's no good sandbox for Chrome to use, it will crash
with the error `No usable sandbox!`.

Expand Down

0 comments on commit d9bb52e

Please sign in to comment.