Skip to content

Releases: mranv/ebpf-file-monitor

File Openner

14 Jan 02:51
a266064
Compare
Choose a tag to compare

Checks whether the file is opened by any other or not using syscalls.

FileMonitor

11 Jan 02:08
Compare
Choose a tag to compare

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.