]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
98integrity/module-setup.sh: depend on selinux dracut module
authorHarald Hoyer <harald@redhat.com>
Mon, 13 Feb 2012 17:17:40 +0000 (18:17 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 13 Feb 2012 17:17:40 +0000 (18:17 +0100)
modules.d/98integrity/module-setup.sh

index 7d5771c3ca5c6a8a355b0d7428d5977833244f3f..ff1b4aafccf654fdc94d0d96015f9f7044c6bb71 100755 (executable)
@@ -7,7 +7,7 @@ check() {
 }
 
 depends() {
-    echo masterkey securityfs
+    echo masterkey securityfs selinux
     return 0
 }