From: Simon Ruderich Date: Thu, 13 Jun 2019 06:25:09 +0000 (+0200) Subject: nsscash: store and check hash of deployed files X-Git-Tag: 0.1~51 X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=6383e468f1d5b281159cd46d800204a1aa718cd2;hp=6383e468f1d5b281159cd46d800204a1aa718cd2;p=nsscash%2Fnsscash.git nsscash: store and check hash of deployed files The goal is to detect manual modifications of the deployed files. As we store only the last modification in the state file and don't check the deployed file itself, modifications go unnoticed. An alternative would be to check the last modification time of the deployed files. But a hash is safer as possible corruptions to the file are detected as well. ---