Commit 493108d95f14 ("io_uring/net: zerocopy sendmsg") added a new zerocopy sendmsg command to io_uring, but it enabled the io_op_def:audit_skip flag, causing the operation to bypass auditing. As far as I can see, the SENDMSG_ZC operation should be subject to auditing just as SENDMSG. -- paul-moore.com