Releases: mranv/ebpf-file-monitor
Releases · mranv/ebpf-file-monitor
File Openner
FileMonitor
Full Changelog: https://github.com/mranv/ebpf-file-monitor/commits/v1.0.0
ebpf-file-monitor Release v1.0.0
Overview
ebpf-file-monitor
is a Rust program that monitors file modifications using the inotify API. This release introduces the initial version with basic functionality.
Release Notes
- Initial release of ebpf-file-monitor.
- Monitors changes in the specified file using inotify.
- Prints a timestamp when the file is modified.
Changes
- Added file monitoring functionality.
- Implemented timestamp printing on file modification.