feat: enforce secure container mounts, identity, and limits #379
Labels
No labels
backend
bug
chore
duplication
effort:complex
effort:medium
effort:trivial
enhancement
frontend
fullstack
priority:high
ready-for-agent
refactor
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dries/ocman#379
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
#375
What to build
Harden managed OpenCode containers so container mode provides real defense-in-depth rather than merely relocating the process. Provision the minimum config, skills, provider credentials, mounts, user identity, capabilities, and resource access needed for normal agent work.
Unsafe conveniences must not be silent defaults. In particular, do not mount a container-engine socket, complete home directory, SSH directory, host credential store, or unrelated repositories.
Acceptance criteria
Blocked by