From ddd3041a641b23d1963852fcf6227c648a69acea Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Fri, 12 Jul 2024 16:58:31 -0400 Subject: [PATCH] Add rpm-ostreed-automatic service --- detection/persistence/unexpected-active-systemd-units.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/detection/persistence/unexpected-active-systemd-units.sql b/detection/persistence/unexpected-active-systemd-units.sql index 7da721f..b6a3e1e 100644 --- a/detection/persistence/unexpected-active-systemd-units.sql +++ b/detection/persistence/unexpected-active-systemd-units.sql @@ -60,7 +60,6 @@ WHERE 'anacron.timer,Trigger anacron every hour,', 'apcupsd.service,APC UPS Power Control Daemon for Linux,', 'apparmor.service,Load AppArmor profiles,', - 'systemd-tmpfiles-setup.service,Create System Files and Directories,', 'apport-autoreport.path,Process error reports when automatic reporting is enabled (file watch),', 'apport-autoreport.service,Process error reports when automatic reporting is enabled,', 'apport-autoreport.timer,Process error reports when automatic reporting is enabled (timer based),', @@ -267,6 +266,7 @@ WHERE 'rpc-statd-notify.service,Notify NFS peers of a restart,', 'rpm-ostree-countme.service,Weekly rpm-ostree Count Me reporting,rpm-ostree', 'rpm-ostree-countme.timer,Weekly rpm-ostree Count Me timer,', + 'rpm-ostreed-automatic.service,rpm-ostree Automatic Update,', 'rpm-ostreed-automatic.timer,rpm-ostree Automatic Update Trigger,', 'rpm-ostreed.service,rpm-ostree System Management Daemon,rpm-ostree', 'rsyslog.service,System Logging Service,', @@ -360,6 +360,7 @@ WHERE 'systemd-tmpfiles-clean.timer,Daily Cleanup of Temporary Directories,', 'systemd-tmpfiles-setup-dev-early.service,Create Static Device Nodes in /dev gracefully,', 'systemd-tmpfiles-setup-dev.service,Create Static Device Nodes in /dev,', + 'systemd-tmpfiles-setup.service,Create System Files and Directories,', 'systemd-tmpfiles-setup.service,Create Volatile Files and Directories,', 'systemd-udevd-control.socket,udev Control Socket,', 'systemd-udevd-kernel.socket,udev Kernel Socket,',