summaryrefslogtreecommitdiff
path: root/SBAT.example.md
AgeCommit message (Collapse)Author
2023-05-02SBAT-related documents formatting and spellingKamil Aronowski
A rendering error which caused the `<Vendor>_key.EFI` text to be rendered as `_key.EFI` has been fixed. The text was being rendered incorrectly by GitHub since the <Vendor> part was being treated as an HTML tag and therefore ignored. Two misspellings have been fixed Tables have been reformatted to be more readable as plaintext. Rendering remains the same. Signed-off-by: Kamil Aronowski <kamil.aronowski@yahoo.com>
2021-11-03Fix a component version in SBAT.example.mdNicholas Bishop
In the bug2 section, the first Debian `.sbat` has a `grub,1` component. But at this point in the story, `grub,1` has been revoked by the update in the bug1 section. Updated it to `grub,2` so that it passes that check. Signed-off-by: Nicholas Bishop <nicholasbishop@google.com>
2021-10-12docs: update SBAT UEFI variable nameNicholas Bishop
The name of the SBAT UEFI variable changed from "SBAT" to "SbatLevel" in 27da4170f0fb30acde91a37e0256dfcfe76ea69e. Update the documentation to match. Signed-off-by: Nicholas Bishop <nicholasbishop@google.com>
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>