libseccomp-golang icon indicating copy to clipboard operation
libseccomp-golang copied to clipboard

RFE: drop libseccomp < 2.5.0 support

Open kolyshkin opened this issue 3 years ago • 2 comments

Currently, this library has a number of quirks and workarounds to work with older libseccomp. Some of these were removed by https://github.com/seccomp/libseccomp-golang/commit/449387b6d401d2ca8e231ae21e10ff5ef75ac86d.

Requiring libseccomp >= 2.5.0 should simplify some code.

Related: https://github.com/seccomp/libseccomp-golang/pull/99

kolyshkin avatar Jul 13 '22 23:07 kolyshkin

@kolyshkin Don't we care about distros with older versions of libseccomp? For example, in runc we use that (and I know you are aware).

Were you thinking to do it once distros with older versions are unsupported? Or am I missing something?

rata avatar Jul 15 '22 11:07 rata

Distros are free to do whatever they like, but understand that from an upstream perspective we no longer support libseccomp < 2.5.x.

pcmoore avatar Jul 29 '22 01:07 pcmoore