copyright

This commit is contained in:
Patrick Schleizer 2022-06-29 15:19:56 -04:00
parent fc202ede16
commit 19439033de
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48
3 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,9 @@
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh
## Copyright (C) 2012 - 2022 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.
# called by dracut
check() {
require_binaries sleep || return 1

View File

@ -1,3 +1,6 @@
#!/bin/sh
## Copyright (C) 2012 - 2022 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.
need_shutdown

View File

@ -1,5 +1,8 @@
#!/bin/sh
## Copyright (C) 2012 - 2022 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.
ram_wipe() {
info "$0: START: COLD BOOT ATTACK DEFENSE - RAM WIPE ON SHUTDOWN"