]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Remove 98integrity's dependency on selinux
authorMimi Zohar <zohar@linux.vnet.ibm.com>
Mon, 27 Apr 2015 22:24:11 +0000 (18:24 -0400)
committerHarald Hoyer <harald@redhat.com>
Mon, 3 Aug 2015 10:36:05 +0000 (12:36 +0200)
Loading the EVM key(s) is not dependent on selinux.  Remove
the dependency.

modules.d/98integrity/module-setup.sh

index a838664147bba7169ce1a60782bb35804520f3a0..2d4d2ed2ed07c1fd985f2221994bec1e5de4fce0 100755 (executable)
@@ -7,7 +7,7 @@ check() {
 
 # called by dracut
 depends() {
-    echo masterkey securityfs selinux
+    echo masterkey securityfs
     return 0
 }