[Buildroot] [PATCH v1 1/3] package/runc: bump to version 1.0.0-rc93
From: Christian Stewart <hidden>
Date: 2021-02-11 21:11:06
Hi Peter, On Thu, Feb 11, 2021 at 7:49 AM Peter Korsgaard [off-list ref] wrote:
quoted
quoted
quoted
quoted
quoted
"Christian" == Christian Stewart [off-list ref] writes:> https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc93 Is this meant for master or next?
Master.
It is in the same series as security bumps, but I see the release notes talks about a feature-rich release?
Runc is now on their 93rd release candidate. Now is not the time to decide to stop at #92.
It also mentions the following:
For packagers the following changes have been made which will have impact on
your packaging of runc:
The "selinux" and "apparmor" buildtags have been removed, and now all runc
builds will have SELinux and AppArmor support enabled. Note that "seccomp"
is still optional (though we very highly recommend you enable it).
But I see no changes related to this?I don't have seccomp enabled on my systems, and docker + runc is still working as per this series. Additionally, I see that there are still conditional build tags "linux,cgo,seccomp" in the code, which exclude seccomp unless the seccomp build tag is set. So I don't think that the note in the release notes is accurate - you still need the "seccomp" build tag for runc to have seccomp support. So everything is fine to merge this to master as-is. (Tested as well). Best regards, Christian Stewart