oasisprotocol / oasisprotocol/cli
Allow /proc and /sys bind mounts in ROFL Compose validation
@martintomazic is already working on this.
Since Sep 14, 2026.
- Dominant language
- Go
- Stars
- 80
- Forks
- 23
- Avg merge
- 9h 43m
- Merged PRs (30d)
- 3
Description
Extend the mount-source allowlist to permit read-only /proc and /sys mounts. This enables containers such as Node Exporter to expose ROFL host metrics.
Alternative is to add a cli flag that ignores this as suggested in https://github.com/honoroll-io/honoroll/pull/500#discussion_r3764556776.
In addition it would be nice to explore why build works if --force flag is provided, but then deploy errors afterwards even with the --force flag (preferably separate issue with lower priority).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.