Added
- Add hooks for
opendir
,readdir64_r
,__lxstat
,__lxstat64
,
__xstat64
. Also contains a refactor of the*stat
family of hooks (they
now call a shared function), andopenat64
as its own function.
#1899
Changed
- CLI: Change operator setup to fetch from API version of operator to install
- Don't error on agent ready missing absent, add retry in connection to
upstream agent
Fixed
- Fixed agent crashing on flush connections not enabled
#1904 - CI: run macOS clippy on all of the codebase
- Fixed pause flakiness by improving our cleanup process [using watch]