Skip to content

feat: Use appjail-template(5) for allow.* parameters - #26

Merged
ahze merged 1 commit into
daemonless:mainfrom
DtxdF:appjail-template-conf
Sep 5, 2026
Merged

feat: Use appjail-template(5) for allow.* parameters#26
ahze merged 1 commit into
daemonless:mainfrom
DtxdF:appjail-template-conf

Conversation

@DtxdF

@DtxdF DtxdF commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Currently, allow.* parameters are only set in a Makejail, which is used exclusively by Director. If a user deploys an OCI container using appjail oci run (CLI), the service may fail to start or may not work as expected due to the absence of the allow.* parameters.

allow.* parameters are set using the SET instruction in a Makejail, but an easier way is through an appjail-template(5), which can be used by both Director and the CLI, allowing the same template to be reused.

Currently, `allow.*` parameters are only set in a `Makejail`,
which is used exclusively by Director. If a user deploys an OCI
container using `appjail oci run` (CLI), the service may fail to
start or may not work as expected due to the absence of the
`allow.*` parameters.

`allow.*` parameters are set using the `SET` instruction in a
`Makejail`, but an easier way is through an `appjail-template(5)`,
which can be used by both Director and the CLI, allowing the same
template to be reused.

@ahze ahze left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ahze
ahze merged commit 2b8aac6 into daemonless:main Sep 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants