diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-09-06 11:12:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-09-06 11:15:06 +0200 |
commit | c334b9912aaa2c9c1320d3cefc31a6706f0ff986 (patch) | |
tree | 38d05b0b2b0f1757cc178b87bcb1d45cf3d7c73a /src/fundamental/uki.h | |
parent | network/route: ignore EEXIST reply when the corresponding request is already ... (diff) | |
download | systemd-c334b9912aaa2c9c1320d3cefc31a6706f0ff986.tar.xz systemd-c334b9912aaa2c9c1320d3cefc31a6706f0ff986.zip |
uki: add new ".profile" PE section type
This is the most basic preparatory work for supporting multi-profile
UKIs.
(This temporarily drops an assert_cc() check which we'll address in the
next commit)
Diffstat (limited to '')
-rw-r--r-- | src/fundamental/uki.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fundamental/uki.h b/src/fundamental/uki.h index 8ab742dd58..653fd2e616 100644 --- a/src/fundamental/uki.h +++ b/src/fundamental/uki.h @@ -17,6 +17,7 @@ typedef enum UnifiedSection { UNIFIED_SECTION_SBAT, UNIFIED_SECTION_PCRSIG, UNIFIED_SECTION_PCRPKEY, + UNIFIED_SECTION_PROFILE, _UNIFIED_SECTION_MAX, } UnifiedSection; |