| Summary: | app-containers/crun-1.11.1 version bump | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Rahil Bhimjiani <me> |
| Component: | Current packages | Assignee: | robertgzr <robert> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | proxy-maint |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Rahil Bhimjiani
2023-09-26 19:12:59 UTC
> bump please submitted a PR bumping to v1.9.1 https://github.com/gentoo/gentoo/pull/33086 > why +SELINUX? that just indicates the crun has support for selinux labels etc. which is not something that is guarded by a feature flag: https://github.com/containers/crun/blob/master/src/crun.c#L243 > please provide USE apparmor what is supposed to happen when it's set? > libocispec tests running during compile phase i looked into it. these are in place to validate the generated spec-handling code. i don't think there's currently a toggle for these. i'm trying to see what would need to happen upstream to support making those optional thanks for the bump. It would be better if upstream actually checks if it has been compiled selinux/apparmor. Maybe create an "issue" on crun github? (In reply to Rahil Bhimjiani from comment #2) > thanks for the bump. It would be better if upstream actually checks if it > has been compiled selinux/apparmor. Maybe create an "issue" on crun github? Why? You mean just purely for the --version output or something else? That would imply adding a library dependency purely for aesthetic purposes? |