Tags: terylt/sysdig
Tags
Revert "Add new filter for open+create/create with exec permissions (d… …raios#1637)" This reverts commit 93a0bbb.
fix(userspace/libsinps/container_engine): curl_multi_wait timeout mus… …t be a positive value (to do not error on libcurl >= 7.69.0) When compiling sysdig with libcurl >= 7.69.0 `timeout_ms` equal to `-1` causes `curl_multi_wait` to return an error ([ref](https://github.com/jay/curl/blob/master/lib/multi.c#L1056-L1057)). This new behaviour has been introduced with [0](https://github.com/jay/curl/commit/b700662b1c77c8af7e290538f748b71d75a79ae7.patch). More details on the reasoning behind this choice can be found in this [issue](curl/curl#4763). So, to obtain the same behavior disregarding the libcurl version sysdig has been built with, this patch increases the `timeout_ms` value to `1000`. Please notice that this does not mean it will use `1000` as timeout value since internally `curl_multi_wait` sets the actual timeout value to `timeout_internal` in case this is less than the passed `timeout_ms` argument. Co-authored-by: Lorenzo Fontana <[email protected]> Signed-off-by: Leonardo Di Donato <[email protected]>
fix(userspace/libsinsp): ts_to_iso_8601 formatting length A formatting error was introduced by mistake on this patch [0] [0] https://patch-diff.githubusercontent.com/raw/draios/sysdig/pull/1604.patch Co-Authored-By: Leonardo Di Donato <[email protected]> Signed-off-by: Lorenzo Fontana <[email protected]>
fix(userspace/libsinsp): ts_to_iso_8601 formatting length A formatting error was introduced by mistake on this patch [0] [0] https://patch-diff.githubusercontent.com/raw/draios/sysdig/pull/1604.patch Co-Authored-By: Leonardo Di Donato <[email protected]> Signed-off-by: Lorenzo Fontana <[email protected]>
Fix support for Fedora probe builder Fedora 31 introduced zstd-compressed RPMs, which older rpm2cpio can't read. Work around it by using a helper Alpine-based Docker image that includes a new enough version. Add a Fedora 31 gcc 9.2 builder too for future-proofing. Also fix the crawler to include Fedora 30/31 kernels, as f29 and older are now archived. While we're removing dependencies, move the kpartx device mapper manipulation to the toolkit image as well
PreviousNext