On Monday, October 4, 2021 2:27:18 PM EDT Richard Guy Briggs wrote:
> As a heads-up, I had to change the AUDIT_OPENAT2 value to 1337
as the
> 1336 value is already in use by AUDIT_URINGOP. It wasn't caught
> during my initial build test as the LSM/audit io_uring patches are in
> selinux/next and not audit/next, it wasn't until the kernel-secnext
> build was merging everything for its test run that the collision
> occurred. I'll be updating the audit/next tree with the new value
> shortly.
I was expecting a conflict, so thanks for the heads up, Paul.
Steve: This affects the audit userspace support for this patchset
previously published 2021-05-19 as:
https://github.com/rgbriggs/audit-userspace/tree/ghau-openat2
The update is here:
https://github.com/rgbriggs/audit-userspace/tree/ghau-openat2.v2
And a PR has been created:
https://github.com/linux-audit/audit-userspace/pull/219
The user space piece is now merged.
-Steve