codeharbor 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -4988,7 +4988,7 @@ function buildMainServiceUnit(options) {
4988
4988
  "NoNewPrivileges=true",
4989
4989
  "PrivateTmp=true",
4990
4990
  "ProtectSystem=full",
4991
- "ProtectHome=read-only",
4991
+ "ProtectHome=false",
4992
4992
  `ReadWritePaths=${runtimeHome2}`,
4993
4993
  "",
4994
4994
  "[Install]",
@@ -5016,7 +5016,7 @@ function buildAdminServiceUnit(options) {
5016
5016
  "NoNewPrivileges=true",
5017
5017
  "PrivateTmp=true",
5018
5018
  "ProtectSystem=full",
5019
- "ProtectHome=read-only",
5019
+ "ProtectHome=false",
5020
5020
  `ReadWritePaths=${runtimeHome2}`,
5021
5021
  "",
5022
5022
  "[Install]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeharbor",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Instant-messaging bridge for Codex CLI sessions",
5
5
  "license": "MIT",
6
6
  "main": "dist/cli.js",