Skip to content

Commit

Permalink
docs(troubleshooting): modern linux sandboxing
Browse files Browse the repository at this point in the history
Add a note about enabling `kernel.unprivileged_userns_clone` to support modern sandboxing on linux.
  • Loading branch information
darcyparker authored and aslushnikov committed Nov 12, 2018
1 parent 5687343 commit 10a4c8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/troubleshooting.md
Expand Up @@ -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>
Expand Down

0 comments on commit 10a4c8c

Please sign in to comment.