From 2cc3c6c59ca88cf44751bc2e9bb7055b46102284 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sat, 7 Jan 2023 15:04:42 -0500 Subject: [PATCH] lower debugging --- .../security-misc/cold-boot-attack-defense-kexec-prepare | 7 ------- 1 file changed, 7 deletions(-) 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 edd4a757..b1bc6b6d 100755 --- a/usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare +++ b/usr/libexec/security-misc/cold-boot-attack-defense-kexec-prepare @@ -5,13 +5,6 @@ set -x set -e -true "env:" -env - -## Debugging. -## Lets hope $1 is set to reboot, poweroff or halt by systemd. -true "1: $1" - # Get the kernel command-line arguments cmdline=$(cat /proc/cmdline)