mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:50:42 +00:00
docs: explain blocked plugin ownership repair
This commit is contained in:
@@ -343,6 +343,14 @@ See [ClawDock](/install/clawdock) for the full helper guide.
|
||||
sudo chown -R 1000:1000 /path/to/openclaw-config /path/to/openclaw-workspace
|
||||
```
|
||||
|
||||
The same mismatch can show up as a plugin warning such as
|
||||
`blocked plugin candidate: suspicious ownership (... uid=1000, expected uid=0 or root)`
|
||||
followed by `plugin present but blocked`. That means the process uid and the
|
||||
mounted plugin directory owner disagree. Prefer running the container as the
|
||||
default uid 1000 and fixing the bind mount ownership. Only chown
|
||||
`/path/to/openclaw-config/npm` to `root:root` if you intentionally run
|
||||
OpenClaw as root long term.
|
||||
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="Faster rebuilds">
|
||||
|
||||
Reference in New Issue
Block a user