From 98e502b039fd395c893f66884ec13be585acebe8 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Tue, 28 Mar 2023 16:31:02 -0400 Subject: [PATCH] fpr: add new containerd systemd file --- detection/persistence/unexpected-active-systemd-units.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/detection/persistence/unexpected-active-systemd-units.sql b/detection/persistence/unexpected-active-systemd-units.sql index b0435c2..3df0ffa 100644 --- a/detection/persistence/unexpected-active-systemd-units.sql +++ b/detection/persistence/unexpected-active-systemd-units.sql @@ -106,6 +106,7 @@ WHERE "com.system76.Scheduler.service,Automatically configure CPU scheduler for responsiveness on AC,,225", 'console-setup.service,Set console font and keymap,,225', 'containerd.service,containerd container runtime,,1125', + 'containerd.service,containerd container runtime,,1350', 'crond.service,Command Scheduler,,225', 'cronie.service,Periodic Command Scheduler,,0', 'cron.service,Regular background program processing daemon,,225',