Commit eb271e0
go.mod: bump app-store to the proc.exec version (#317)
Repoint the pinned app-store dependency to the commit that adds the proc.exec
capability, so the daemon's manifest validation accepts CLI apps (which ship a
proc.exec grant scoped to one command). Without the bump, the deployed daemon
validates against a capability vocabulary that lacks proc.exec and rejects them.
No daemon code changes: pilotctl/supervisor already delegate validation to
app-store's manifest.Validate(). Adds a regression test asserting a proc.exec
manifest validates (and that a wildcard target is still rejected).
Co-authored-by: Alex Godoroja <alex@vulturelabs.io>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Teodor Calin <teodor@vulturelabs.io>1 parent d3fd1d2 commit eb271e0
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments