Lines Matching refs:lockdown
4 Subject: [PATCH] kern/lockdown: Set a variable if the GRUB is locked down
7 down or not. Add the lockdown variable which is set to "y" when the GRUB
16 grub-core/kern/lockdown.c | 4 ++++
27 +The @samp{lockdown} variable is set to @samp{y} when the GRUB is locked down.
33 diff --git a/grub-core/kern/lockdown.c b/grub-core/kern/lockdown.c
35 --- a/grub-core/kern/lockdown.c
36 +++ b/grub-core/kern/lockdown.c
43 #include <grub/lockdown.h>
46 lockdown = GRUB_LOCKDOWN_ENABLED;
50 + grub_env_set ("lockdown", "y");
51 + grub_env_export ("lockdown");