commit | 1c30e3af8a79260cdba833a719209b01e6b92300 | [log] [tgz] |
---|---|---|
author | Richard Guy Briggs <rgb@redhat.com> | Wed May 19 16:00:21 2021 -0400 |
committer | Paul Moore <paul@paul-moore.com> | Fri Oct 01 16:52:48 2021 -0400 |
tree | 3790801dacb2dd792296b8d73d637d8afde71a9d | |
parent | 42f355ef59a2f98fa4affb4265d3ba3e2d86baf1 [diff] |
audit: add support for the openat2 syscall The openat2(2) syscall was added in kernel v5.6 with commit fddb5d430ad9 ("open: introduce openat2(2) syscall"). Add the openat2(2) syscall to the audit syscall classifier. Link: https://github.com/linux-audit/audit-kernel/issues/67 Link: https://lore.kernel.org/r/f5f1a4d8699613f8c02ce762807228c841c2e26f.1621363275.git.rgb@redhat.com Signed-off-by: Richard Guy Briggs <rgb@redhat.com> Acked-by: Christian Brauner <christian.brauner@ubuntu.com> [PM: merge fuzz due to previous header rename, commit line wraps] Signed-off-by: Paul Moore <paul@paul-moore.com>