From 4aa3d130fde5af8dc1cd3e3e17b63d94f36b8003 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 18 Jun 2018 09:05:29 +0200 Subject: [PATCH] ignore more strato-specific errors --- roles/journalwatch/templates/patterns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/journalwatch/templates/patterns b/roles/journalwatch/templates/patterns index c96c19a..1fbd309 100644 --- a/roles/journalwatch/templates/patterns +++ b/roles/journalwatch/templates/patterns @@ -52,7 +52,7 @@ Failed to allocate manager object: Permission denied _SYSTEMD_UNIT = init.scope user@\d+\.service: Killing process \d+ \(kill\) with signal SIGKILL\. {% if journalwatch is defined and journalwatch.strato_broken | default(False) %} -Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted +Failed to set devices.allow on /system.slice/[a-z-]+.service: Operation not permitted {% endif %} SYSLOG_IDENTIFIER = sudo -- 2.30.2