mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-05 11:55:21 -05:00
comments
This commit is contained in:
parent
a6bee1493d
commit
82da4ed18f
@ -59,7 +59,7 @@ ram_wipe() {
|
|||||||
|
|
||||||
if [ "$dmsetup_actual_output" = "$dmsetup_expected_output" ]; then
|
if [ "$dmsetup_actual_output" = "$dmsetup_expected_output" ]; then
|
||||||
echo "INFO: wipe-ram.sh: Success, there are no more mounted encrypted disks, OK." > /dev/kmsg
|
echo "INFO: wipe-ram.sh: Success, there are no more mounted encrypted disks, OK." > /dev/kmsg
|
||||||
|
## This should probably be removed in production?
|
||||||
sleep 3
|
sleep 3
|
||||||
else
|
else
|
||||||
echo "\
|
echo "\
|
||||||
@ -68,7 +68,7 @@ WARNING: wipe-ram.sh:There are still mounted encrypted disks! RAM wipe failed!
|
|||||||
debugging information:
|
debugging information:
|
||||||
dmsetup_expected_output: '$dmsetup_expected_output'
|
dmsetup_expected_output: '$dmsetup_expected_output'
|
||||||
dmsetup_actual_output: '$dmsetup_actual_output'" > /dev/kmsg
|
dmsetup_actual_output: '$dmsetup_actual_output'" > /dev/kmsg
|
||||||
|
## How else could the user be informed that something is wrong?
|
||||||
sleep 5
|
sleep 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user