Skip to content

FileMonitor

Compare
Choose a tag to compare
@mranv mranv released this 11 Jan 02:08
· 24 commits to master since this release

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.