Document packaging and release artifacts

This commit is contained in:
Luna 2026-06-17 00:22:43 -07:00
parent aee984d862
commit e0e5cd62d9
14 changed files with 470 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# Refresh the Enodia Sentinel file-integrity baseline after every package
# transaction, so legitimate package changes never trigger a FIM alert.
# Install as: /etc/pacman.d/hooks/enodia-sentinel-fim.hook
# Packaged as: /usr/share/libalpm/hooks/enodia-sentinel-fim.hook
[Trigger]
Operation = Install
Operation = Upgrade
@ -14,5 +14,5 @@ Target = opt/*
[Action]
Description = Refreshing Enodia Sentinel file-integrity baseline...
When = PostTransaction
Exec = /usr/bin/env enodia-sentinel fim-update
Exec = /usr/bin/enodia-sentinel fim-update
Depends = python