Blame 0056-Remove-98integrity-s-dependency-on-selinux.patch

Harald Hoyer 368a0c
From b05ad85b0c46d1001945bcb8c300a34eca2dd2da Mon Sep 17 00:00:00 2001
Harald Hoyer 368a0c
From: Mimi Zohar <zohar@linux.vnet.ibm.com>
Harald Hoyer 368a0c
Date: Mon, 27 Apr 2015 18:24:11 -0400
Harald Hoyer 368a0c
Subject: [PATCH] Remove 98integrity's dependency on selinux
Harald Hoyer 368a0c
Harald Hoyer 368a0c
Loading the EVM key(s) is not dependent on selinux.  Remove
Harald Hoyer 368a0c
the dependency.
Harald Hoyer 368a0c
---
Harald Hoyer 368a0c
 modules.d/98integrity/module-setup.sh | 2 +-
Harald Hoyer 368a0c
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer 368a0c
Harald Hoyer 368a0c
diff --git a/modules.d/98integrity/module-setup.sh b/modules.d/98integrity/module-setup.sh
Harald Hoyer 368a0c
index a838664..2d4d2ed 100755
Harald Hoyer 368a0c
--- a/modules.d/98integrity/module-setup.sh
Harald Hoyer 368a0c
+++ b/modules.d/98integrity/module-setup.sh
Harald Hoyer 368a0c
@@ -7,7 +7,7 @@ check() {
Harald Hoyer 368a0c
 
Harald Hoyer 368a0c
 # called by dracut
Harald Hoyer 368a0c
 depends() {
Harald Hoyer 368a0c
-    echo masterkey securityfs selinux
Harald Hoyer 368a0c
+    echo masterkey securityfs
Harald Hoyer 368a0c
     return 0
Harald Hoyer 368a0c
 }
Harald Hoyer 368a0c