Skip to content

Commit

Permalink
fix: skip build for Linux Kernel 6.10 also in Linux Agent 13.3.1 (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo authored Jul 17, 2024
1 parent 2344652 commit 43b27e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent_ignorelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 43b27e1

Please sign in to comment.