Skip to content

Commit 2ced68b

Browse files
Alex Stewartamstewart
authored andcommitted
add clevis to NILRT
Add the Clevis utility to NILRT x64, for use in measured boot (disk encryption) workflows. Signed-off-by: Alex Stewart <alex.stewart@emerson.com>
1 parent aee00dc commit 2ced68b

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

files/group

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ni:x:500:
66
openvpn:x:499:
77
niwscerts:x:498:
88
# free space
9+
clevis:x:405:
910
krill:x:404:
1011
xrdp:x:403:
1112
arpwatch:x:402:

files/passwd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ webserv:x:501::::
66
lvuser:x:500::::
77
openvpn:x:499::::
88
# free space
9+
clevis:x:405::::
910
krill:x:404::::
1011
xrdp:x:403::::
1112
arpwatch:x:402::::

recipes-core/packagegroups/packagegroup-ni-tpm.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ inherit packagegroup
1111

1212
RDEPENDS:${PN} = "\
1313
packagegroup-security-tpm2 \
14+
clevis \
15+
cryptsetup \
1416
libtss2-tcti-device \
1517
"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PACKAGECONFIG = "docs dracut luks pkcs11 tpm2"

0 commit comments

Comments
 (0)