summaryrefslogtreecommitdiff
path: root/SBAT.example.md
AgeCommit message (Collapse)Author
2021-02-17fix notJan Setje-Eilers
Co-authored-by: Christopher Co <christopher.co@microsoft.com>
2021-02-17SBAT: Fix all the docs examples to start with version 1Peter Jones
Since we have atol() but not strtoul(), we need to make all versions positive integers. Signed-off-by: Peter Jones <pjones@redhat.com>
2021-02-17SBAT: make the variable be CSV in our spec.Peter Jones
We noticed that we'd originally specified the SBAT variable as binary records, but talked as if they're CSV. Woops. Anyway, this makes them CSV, which also means they don't need the size field. Signed-off-by: Peter Jones <pjones@redhat.com>
2021-02-13Add an example SBAT workflow documentPeter Jones
Add a file that contains example workflows for SBAT and better illustrate what type of content is expected to be present in both the .sbat section and the SBAT authenticated EFI variable. Signed-off-by: Peter Jones <pjones@redhat.com>