Forkstat Versions Save

Forkstat is a program that logs process fork(), exec() and exit() activity. It is useful for monitoring system behaviour and to track down rogue processes that are spawning off processes and potentially abusing the system.

V0.03.02

4 months ago

Minor bugfix and copyright update release

  • Makefile: bump version
  • Makefile: remove snap from make dist rule
  • debian/rules: update hardening flags
  • Update copyright to 2024
  • Check for array bounds limit while parsing pid length string
  • Remove snapcraft
  • README.md: add repology link