From 938b87d26c195b6804796d4fa6050a453278700c Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sat, 7 Jan 2023 18:06:10 -0500 Subject: [PATCH] comment --- usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare b/usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare index a49ef52..2a81f97 100755 --- a/usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare +++ b/usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare @@ -35,6 +35,7 @@ elif systemctl list-jobs --no-legend | grep "halt.target" | grep -q "start"; the wiperamaction="halt" else ## Could be kexec.target. + ## Could be run during package installation. echo "$0: INFO: Neither poweroff, reboot or halt. Therefore skipping kexec load, ok." exit 0 fi