Skip to content

Commit

Permalink
docs: fix setuid sandbox link (#6310)
Browse files Browse the repository at this point in the history
Minor documentation fix.
  • Loading branch information
clayzermk1 committed Aug 10, 2020
1 parent 054d782 commit b4c1e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Expand Up @@ -166,7 +166,7 @@ kernel privileges.
sudo sysctl -w kernel.unprivileged_userns_clone=1
```

### [alternative] Setup [setuid sandbox](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/linux_suid_sandbox_development.md)
### [alternative] Setup [setuid sandbox](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/linux/suid_sandbox_development.md)

The setuid sandbox comes as a standalone executable and is located next to the Chromium that Puppeteer downloads. It is
fine to re-use the same sandbox executable for different Chromium versions, so the following could be
Expand Down

0 comments on commit b4c1e45

Please sign in to comment.