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:
parent
568734386d
commit
10a4c8c123
@ -49,6 +49,10 @@ lsb-release
|
|||||||
xdg-utils
|
xdg-utils
|
||||||
wget
|
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>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
Loading…
Reference in New Issue
Block a user