diff --git a/agent_ignorelist.yaml b/agent_ignorelist.yaml index 1c076f6..2901bc6 100644 --- a/agent_ignorelist.yaml +++ b/agent_ignorelist.yaml @@ -72,7 +72,7 @@ ignorelist: skip_if: "{{ (major|int > 6) or (major|int == 6 and minor|int >= 3) }}" - description: "[https://github.com/falcosecurity/libs/pull/1884] kernel 6.10: implicit declaration of function 'fd_is_open'" - probe_versions: [ 12.20.0, 13.0.0, 13.0.1, 13.0.2, 13.0.3, 13.0.4, 13.1.0, 13.1.1, 13.2.0, 13.2.1, 13.3.0 ] + probe_versions: [ 12.20.0, 13.0.0, 13.0.1, 13.0.2, 13.0.3, 13.0.4, 13.1.0, 13.1.1, 13.2.0, 13.2.1, 13.3.0, 13.3.1 ] probe_kinds: [ kmod ] matcher: generic skip_if: "{{ major|int == 6 and minor|int == 10 }}"