docs: fix sandboxing documentation link (#5288)

This commit is contained in:
DAOUDI Soufian 2020-07-03 14:10:52 +02:00 committed by GitHub
parent aee8fda98a
commit d9bb52eab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ yum update nss -y
## Setting Up Chrome Linux Sandbox ## 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 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!`. with the error `No usable sandbox!`.