diff options
| author | Peter Jones <pjones@redhat.com> | 2013-09-23 10:40:49 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-09-23 10:40:49 -0400 |
| commit | cb59de3847c7fa42180a4673812e0ada9696fd27 (patch) | |
| tree | d7111e2b15b8a5e5ce3e56fa7d4296764a9df0f6 /lib/variables.c | |
| parent | e75294e569df101b9c7194d9f9afc09056a99469 (diff) | |
| download | efi-boot-shim-cb59de3847c7fa42180a4673812e0ada9696fd27.tar.gz efi-boot-shim-cb59de3847c7fa42180a4673812e0ada9696fd27.zip | |
Make SHIM_LOCK_GUID a first-class object with a symbol.
Right now the CA is checking if shim builds expose a particular version
of the shim protocol. To do this, they're looking for SHIM_LOCK_GUID's
value in the resulting binary.
Currently, with SHIM_LOCK_GUID as a macro that gets assigned to local
variables, that means they have to compensate for mov instructions mixed
in with the actual value. This is completely absurd, so promote it to a
first-class object with a symbol to make it both easy to find and
continuous.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'lib/variables.c')
0 files changed, 0 insertions, 0 deletions
