summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2014-10-06 15:39:48 -0700
committerSteve Langasek <steve.langasek@canonical.com>2014-10-06 15:39:48 -0700
commit72bb39c0237f8bcc3afa8b623e8b097eec6d69cd (patch)
treeab49a0f8e82cdee502fd556ad7ccca3242f40f05 /TODO
parentbfab8d6791bccc38a8604cbc933048319c920780 (diff)
downloadefi-boot-shim-72bb39c0237f8bcc3afa8b623e8b097eec6d69cd.tar.gz
efi-boot-shim-72bb39c0237f8bcc3afa8b623e8b097eec6d69cd.zip
Import upstream version 0.7
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 23 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2de89ba8..029b0bf2 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,23 @@
-Support for netbooting \ No newline at end of file
+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 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.
+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. Right now some code uses SHIM_VERBOSE but that needs a fair
+ amount of work to actually be useful.
+Hashing of option roms:
+- hash option roms and add them to MokListRT
+- probably belongs in MokManager