mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: update the command for icacls (#12582)
This commit is contained in:
parent
e36ce8bee1
commit
fb7a6b4179
@ -85,7 +85,7 @@ If you encounter this issue, you will see errors like this in the browser stdout
|
|||||||
To workaround the issue, use the icacls utility to set permissions manually:
|
To workaround the issue, use the icacls utility to set permissions manually:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
icacls $HOME/.cache/puppeteer/chrome /grant "ALL APPLICATION PACKAGES:(OI)(CI)(RX)"
|
icacls %USERPROFILE%/.cache/puppeteer/chrome /grant *S-1-15-2-1:(OI)(CI)(RX)
|
||||||
```
|
```
|
||||||
|
|
||||||
:::note
|
:::note
|
||||||
|
Loading…
Reference in New Issue
Block a user