You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make bpfink more fail-tolerant during startup & runtime (#46)
1. Bad consumer initialization during startup does not lead to crash anymore
2. BPF kernel metrics file bad closing doesn't lead to crash anymore
3. Links to socket files are not monitored anymore
4. Removed some unreachable/redundant code
Co-authored-by: Nick Loginov <>
make bpfink more fail-tolerant during startup & runtime (#46)
1. Bad consumer initialization during startup does not lead to crash anymore
2. BPF kernel metrics file bad closing doesn't lead to crash anymore
3. Links to socket files are not monitored anymore
4. Removed some unreachable/redundant code
Co-authored-by: Nick Loginov <>
Implement generic file diff (#39)
Sudoers parser has been converted to a "generic diff" parser. This parser is similar to the "generic" parser, but instead of logging changes as hashes, we'll log the actual content diff.