@landstrip/landstrip 0.15.15 → 0.15.17

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/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -135,12 +135,12 @@ The trap kinds are:
135
135
  context.
136
136
  - `launch`: the tool could not be started. The stable `code` is `LAUNCH_FAILED`;
137
137
  `program` and `message` give the program and the failure detail.
138
- - `usage`: a command-line usage error. The stable `code` is `USAGE_ERROR`;
139
- `message` is the error text. Usage errors exit with status 2.
140
138
  - `internal`: any other policy, platform, or system error. The stable `code` is
141
139
  `INTERNAL_ERROR`; `detail` is an object of diagnostic key/value pairs (for
142
140
  example `source`, `file`, or platform API details).
143
141
 
142
+ Usage errors are printed as plain text and exit with status 2.
143
+
144
144
  The `reason` field is a platform-independent classification of the policy
145
145
  decision, derived from the policy and the requested path rather than from the
146
146
  enforcement mechanism. Its stable values are:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@landstrip/landstrip",
3
- "version": "0.15.15",
3
+ "version": "0.15.17",
4
4
  "description": "Sandbox runner using Landlock, Seatbelt, and AppContainer",
5
5
  "license": "Apache-2.0 AND LGPL-2.1-or-later",
6
6
  "homepage": "https://github.com/landstrip/landstrip#readme",
@@ -24,10 +24,10 @@
24
24
  "LICENSE-LGPL-2.1"
25
25
  ],
26
26
  "optionalDependencies": {
27
- "@landstrip/landstrip-darwin-arm64": "0.15.15",
28
- "@landstrip/landstrip-darwin-x64": "0.15.15",
29
- "@landstrip/landstrip-linux-x64": "0.15.15",
30
- "@landstrip/landstrip-win32-x64": "0.15.15"
27
+ "@landstrip/landstrip-darwin-arm64": "0.15.17",
28
+ "@landstrip/landstrip-darwin-x64": "0.15.17",
29
+ "@landstrip/landstrip-linux-x64": "0.15.17",
30
+ "@landstrip/landstrip-win32-x64": "0.15.17"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"