From 4fea6d218a1634d579998254ef1e8c76ee99ed64 Mon Sep 17 00:00:00 2001 From: Cory Francis Myers Date: Wed, 22 Sep 2021 18:06:52 -0700 Subject: [PATCH] silences fwupd OSSEC alerts from FuEngine and FuPluginLinuxSwap --- .../var/ossec/rules/local_rules.xml | 12 ++++++++++++ molecule/testinfra/vars/staging.yml | 16 ++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/install_files/securedrop-ossec-server/var/ossec/rules/local_rules.xml b/install_files/securedrop-ossec-server/var/ossec/rules/local_rules.xml index 26eeab6958..84b8fe72b2 100644 --- a/install_files/securedrop-ossec-server/var/ossec/rules/local_rules.xml +++ b/install_files/securedrop-ossec-server/var/ossec/rules/local_rules.xml @@ -90,6 +90,18 @@ fwupd error for auto updates no_email_alert + + fwupd + The name org.freedesktop.UDisks2 was not provided by any .service files + fwupd error missing UDisks2 + no_email_alert + + + fwupd + failed to get chassis type: no structure with type 03 + fwupd error missing structure + no_email_alert +