docs(troubleshooting): modern linux sandboxing

Add a note about enabling `kernel.unprivileged_userns_clone` to support modern sandboxing on linux.
This commit is contained in:
Darcy Parker 2018-11-12 17:38:39 -05:00 committed by Andrey Lushnikov
parent 568734386d
commit 10a4c8c123

View File

@ -49,6 +49,10 @@ lsb-release
xdg-utils
wget
```
Also enable `kernel.unprivileged_userns_clone` for server `sysctl`. See [comment](https://github.com/GoogleChrome/puppeteer/issues/290#issuecomment-403876758)
```bash
sudo sysctl -w kernel.unprivileged_userns_clone=1
```
</details>
<details>