opencode-landstrip 0.17.3 → 0.17.4

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/index.ts +1 -1
  2. package/package.json +2 -2
package/index.ts CHANGED
@@ -684,7 +684,7 @@ function startTrapServer(
684
684
  const scope = sessionScopeFor(path, baseDirectory);
685
685
  if (operation === 'read') sessionAllowedReadPaths.add(scope);
686
686
  else sessionAllowedWritePaths.add(scope);
687
- trapSocket.write(controlResponseLine(queryId, 'allow'));
687
+ trapSocket.write(controlResponseLine(queryId, 'deny'));
688
688
  trapLines.push(line);
689
689
  }
690
690
  } else if (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-landstrip",
3
- "version": "0.17.3",
3
+ "version": "0.17.4",
4
4
  "description": "Landlock-based sandboxing for opencode with landstrip",
5
5
  "keywords": [
6
6
  "landlock",
@@ -48,7 +48,7 @@
48
48
  "ci:test": "npm test"
49
49
  },
50
50
  "dependencies": {
51
- "@landstrip/landstrip": "^0.17.3"
51
+ "@landstrip/landstrip": "^0.17.4"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@opencode-ai/plugin": "^1.17.7",