ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
12 stars 5 forks source link

Fix service active check #852

Closed jw3 closed 1 year ago

jw3 commented 1 year ago

The active check now uses the unit loaded status to determine validity.

This check may not be generally accurate, but it is an improvement and works in the cases we are concerned about.

Also: The cargo-vendor-filterer crate recently released a new version that requires Rust 1.64. This PR pins our install in the Makefile to the previous v0.5.8 for el8 compat.

Also: Commits the lock file which was missed back in #845

Closes #851