From b3aa700da5b9457d4690fdbb55c057c199ca7741 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Tue, 16 Aug 2022 10:58:29 -0400 Subject: [PATCH] Finalize fapolicyd-1.1.4 --- README.md | 1 + fapolicyd.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abc5eeea..74dae2e4 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,7 @@ Starting with 1.1, fapolicyd-cli includes some diagnostic capabilities. | --check-config | Opens fapolicyd.conf and parses it to see if there are any syntax errors in the file. | | --check-watch_fs | Check the mounted file systems against the watch_fs daemon config entry to determine if any file systems need to be added to the configuration. | | --check-trustdb | Check the trustdb against the files on disk to look for mismatches that will cause problems at run time. | +| --check-status | Output internal metrics kept by the daemon. (New in 1.1.4) | diff --git a/fapolicyd.spec b/fapolicyd.spec index a585c7a6..25414825 100644 --- a/fapolicyd.spec +++ b/fapolicyd.spec @@ -136,5 +136,5 @@ fi %{python3_sitelib}/dnf-plugins/__pycache__/%{name}-dnf-plugin.*.pyc %changelog -* Tue June 21 2022 Steve Grubb 1.1.4-1 +* Tue Aug 16 2022 Steve Grubb 1.1.4-1 - New release