mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-12-18 09:08:29 +00:00
Merge pull request #209 from AlanMarshall/sb-status
Indication of secure boot state.
This commit is contained in:
commit
35ebf208a3
@ -13,6 +13,8 @@ sub run {
|
||||
console_loadkeys_us;
|
||||
# this test shows if the system is booted with efi
|
||||
assert_script_run '[ -d /sys/firmware/efi/ ]';
|
||||
# this test shows if the system is secure boot
|
||||
script_run 'mokutil --sb-state';
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
|
Loading…
Reference in New Issue
Block a user