On Monday, April 4th, 2022 at 16:32, Eric Thomas <eric@ericthomas.net> wrote:
> I want to have a high degree of confidence in my system's state
> (packages that have been added, configs that have changed, permissions
> changed, etc). I've read about "read only filesystems" and the
> pro's/con's here.
>
> Aside from that, is there a way to...
>
> 1. ...hash the file system in some way and monitor for changes? OR
> 2. ...somehow review changes that have taken place (a log somewhere)?
>
> The goal is to concretely know whether the state of the system has
> changed, then point to what EXACTLY has changed.
Depends what you want to track.
For /etc you could just git /etc
No comments:
Post a Comment