Disable clawd sandbox in install script

This commit is contained in:
2026-05-27 18:22:41 +08:00
parent afbf4cad61
commit c4b9d03e14
3 changed files with 4 additions and 6 deletions

View File

@@ -250,9 +250,7 @@ MemoryMax=256M
CPUQuota=50%
TasksMax=64
# Sandbox (allow writes to config, tmp, and network files)
ProtectSystem=full
ReadWritePaths=/etc /tmp /usr
# Sandbox disabled: clawd needs to write system/config files on some devices
# Logging
StandardOutput=journal

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "clawd",
"version": "1.5.0",
"version": "1.5.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "clawd",
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",
"dependencies": {
"ssh2": "^1.17.0",

View File

@@ -1,6 +1,6 @@
{
"name": "clawd",
"version": "1.5.0",
"version": "1.5.1",
"description": "Claw Box daemon - connects local Linux box to claw.cutos.ai via WebSocket",
"main": "lib/client.js",
"bin": {