Add home dir to ReadWritePaths for npm cache
This commit is contained in:
parent
b9976c04ef
commit
cf27c28389
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ in
|
||||||
# Security
|
# Security
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
ProtectSystem = "strict";
|
ProtectSystem = "strict";
|
||||||
ReadWritePaths = [ configDir dataDir workspaceDir ];
|
ReadWritePaths = [ "/var/lib/openclaw" configDir dataDir workspaceDir ];
|
||||||
NoNewPrivileges = true;
|
NoNewPrivileges = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue