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% CPUQuota=50%
TasksMax=64 TasksMax=64
# Sandbox (allow writes to config, tmp, and network files) # Sandbox disabled: clawd needs to write system/config files on some devices
ProtectSystem=full
ReadWritePaths=/etc /tmp /usr
# Logging # Logging
StandardOutput=journal StandardOutput=journal

4
package-lock.json generated
View File

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

View File

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