Loading the EVM key(s) is not dependent on selinux. Remove the dependency. --- modules.d/98integrity/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/98integrity/module-setup.sh b/modules.d/98integrity/module-setup.sh index a838664..2d4d2ed 100755 --- a/modules.d/98integrity/module-setup.sh +++ b/modules.d/98integrity/module-setup.sh @@ -7,7 +7,7 @@ check() { # called by dracut depends() { - echo masterkey securityfs selinux + echo masterkey securityfs return 0 } -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html