mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-06 19:06:49 +00:00
.ash_history: add history command for manual detached signed integrity validation
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
cf065eeba2
commit
b2cb9b4997
@ -1,3 +1,7 @@
|
||||
#mount /boot in read-only by default
|
||||
mount /boot
|
||||
#verify detached signature of /boot content
|
||||
find /boot/kexec*.txt | gpg --verify /boot/kexec.sig -
|
||||
#remove invalid kexec_* signed files
|
||||
mount /dev/sda1 /boot && mount -o remount,rw /boot && rm /boot/kexec* && mount -o remount,ro /boot
|
||||
#Generate keys from GPG smartcard:
|
||||
|
Loading…
x
Reference in New Issue
Block a user