diff options
| author | Peter Jones <pjones@redhat.com> | 2013-09-23 10:40:18 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-09-23 10:48:41 -0400 |
| commit | 877a021ee1ea72e6a5d79b271cfa92add77ce690 (patch) | |
| tree | 58b33bc466c3f30b989af6431843b9420b45e973 | |
| parent | 2901506937de7fc294979d01a82eab5bbfd8ef7c (diff) | |
| download | efi-boot-shim-877a021ee1ea72e6a5d79b271cfa92add77ce690.tar.gz efi-boot-shim-877a021ee1ea72e6a5d79b271cfa92add77ce690.zip | |
Made TODO represent the present.
Signed-off-by: Peter Jones <pjones@redhat.com>
| -rw-r--r-- | TODO | 36 |
1 files changed, 35 insertions, 1 deletions
@@ -1 +1,35 @@ -Support for netbooting
\ No newline at end of file +Hardening startimage: +- Don't allow non-participating bootloaders/kernels to call + ExitBootServices(), but trap in StartImage() so we can let them do + that. +Versioned protocol: +- Make shim and the bootloaders using it express how enlightened they + are to one another, so we can stop earlier without tricks like + the one above +MokListRT containing shim key: +- MokListRT has to contain the shim key... +MokListRT signing: +- For kexec and hybernate to work right, MokListRT probably needs to + be an authenticated variable. It's probable this needs to be done + in the kernel boot stub instead, just because it'll need an + ephemeral key to be generated, and that means we need some entropy + to build up. +Better ui: +- Gary Lin at SuSE is working on better UI for MokManager. It + desperately needs it. +James's modification: +- We're merging James Bottomley's hack to make shim use unpublished + system crypto services, as a compile time option. +New security protocol: +- TBD +kexec MoK Management: +Modsign enforcement mgmt MoK: +- This is part of the plan for SecureBoot patches. Basically these + features need to be disableable/enableable in MokManager. +Variable for debug: +- basically we need to be able to set a UEFI variable and get debug + output. +Db key mokutil config: +- I've completely forgotten what I meant by this. It was something + Vojtêch was going to do/have done, so I'm sure he'll be able to + refresh my memory. |
