mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-19 18:34:08 -04:00
output
This commit is contained in:
parent
1ce7b27297
commit
d4161b2748
1 changed files with 1 additions and 2 deletions
|
@ -8,13 +8,12 @@
|
||||||
## https://github.com/friedy10/dracut/blob/master/modules.d/40sdmem/wipe.sh
|
## https://github.com/friedy10/dracut/blob/master/modules.d/40sdmem/wipe.sh
|
||||||
|
|
||||||
ram_wipe() {
|
ram_wipe() {
|
||||||
info "$0: START: COLD BOOT ATTACK DEFENSE - RAM WIPE ON SHUTDOWN"
|
|
||||||
|
|
||||||
local OLD_DRACUT_QUIET
|
local OLD_DRACUT_QUIET
|
||||||
OLD_DRACUT_QUIET="$DRACUT_QUIET"
|
OLD_DRACUT_QUIET="$DRACUT_QUIET"
|
||||||
## check_quiet should show info in console.
|
## check_quiet should show info in console.
|
||||||
DRACUT_QUIET='no'
|
DRACUT_QUIET='no'
|
||||||
|
|
||||||
|
info "$0: START: COLD BOOT ATTACK DEFENSE - RAM WIPE ON SHUTDOWN"
|
||||||
info "$0: Checking if there are still mounted encrypted disks..."
|
info "$0: Checking if there are still mounted encrypted disks..."
|
||||||
|
|
||||||
local dmsetup_actual_output dmsetup_expected_output
|
local dmsetup_actual_output dmsetup_expected_output
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue