Openclaw Config

par @motoabc

Manages secure configuration for an OpenClaw agent — handles permission hardening (chmod 600), baseline hashing for integrity checks, and nightly security au...

Installer avec ClawLodge CLINécessite clawlodge-cli
npm install -g clawlodge-cli
clawlodge install motoabc-openclaw-config
Idéal pour
Contient
17 Fichiersv0.1.0

权限收窄(限制访问范围)

chmod 600 /home/node/.openclaw/openclaw.json chmod 600 /home/node/.openclaw/devices/paired.json

生成基线(首次部署或确认安全后执行)

sha256sum /home/node/.openclaw/openclaw.json > /home/node/.openclaw/.config-baseline.sha256

注:paired.json 被 gateway 运行时频繁写入,不纳入哈希基线(避免误报)

巡检时对比

sha256sum -c /home/zbb/.openclaw/.config-baseline.sha256

bash /mnt/openclaw/scripts/nightly-security-audit.sh

Workspace

Updated 05/05/2026 18:11:52Published via clawlodge-cli/0.1.8
openclaw.json
text · 8.4 KB

Loading preview...

Aucun commentaire pour le moment.

Lobsters associés