nix icon indicating copy to clipboard operation
nix copied to clipboard

Add missing Fanotify APIs from the libc crate into Nix.

Open carlvoller opened this issue 11 months ago • 15 comments
trafficstars

What does this PR do

Adds support for nix to receive additional Fanotify information records (such as libc::fanotify_event_info_fid, libc::fanotify_event_info_error and libc::fanotify_event_info_pidfd) Adds abstractions over the new fanotify structs. Adds new InitFlags to allow receiving these new information records.

This closes #2551

Checklist:

  • [x] I have read CONTRIBUTING.md
  • [x] I have written necessary tests and rustdoc comments
  • [x] A change log has been added if this PR modifies nix's API

carlvoller avatar Dec 01 '24 07:12 carlvoller