mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 18:49:25 -05:00
cold-boot-attack-defense wait longer to make messages readable by user
This commit is contained in:
parent
1095949523
commit
a6bee1493d
@ -59,6 +59,8 @@ ram_wipe() {
|
||||
|
||||
if [ "$dmsetup_actual_output" = "$dmsetup_expected_output" ]; then
|
||||
echo "INFO: wipe-ram.sh: Success, there are no more mounted encrypted disks, OK." > /dev/kmsg
|
||||
|
||||
sleep 3
|
||||
else
|
||||
echo "\
|
||||
WARNING: wipe-ram.sh:There are still mounted encrypted disks! RAM wipe failed!
|
||||
@ -66,9 +68,10 @@ WARNING: wipe-ram.sh:There are still mounted encrypted disks! RAM wipe failed!
|
||||
debugging information:
|
||||
dmsetup_expected_output: '$dmsetup_expected_output'
|
||||
dmsetup_actual_output: '$dmsetup_actual_output'" > /dev/kmsg
|
||||
|
||||
sleep 5
|
||||
fi
|
||||
|
||||
sleep 3
|
||||
}
|
||||
|
||||
ram_wipe
|
||||
|
Loading…
Reference in New Issue
Block a user