Skip to content

Lattice-d v0.1.2

Latest

Choose a tag to compare

@rugbedbugg rugbedbugg released this 05 Mar 20:49
v0.1.2
530d015

Initial release of Lattice-d
An inotify daemon that SHA-256 chains filesystem events into a tamper-evident audit log.

Features

  • Watches /etc, /var/log, /bin, /usr/bin via inotify
  • Every event chained as a SHA-256 hashed block
  • Append-only disk persistence with log rotation
  • Clean shutdown with zero block loss (SIGTERM handler)
  • verify subcommand detects tampering to the exact block
  • systemd service included

Usage

sudo latticed start
sudo latticed verify

Full Changelog: https://github.com/rugbedbugg/Lattice-d/commits/v0.1.2