selinux-loadpolicy: do not check for selinux config files
authorHarald Hoyer <harald@redhat.com>
Fri, 11 Sep 2009 14:30:10 +0000 (16:30 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 11 Sep 2009 14:30:10 +0000 (16:30 +0200)
leave it up to load_policy

modules.d/99base/selinux-loadpolicy.sh

index f1d8cab..8285b51 100755 (executable)
@@ -1,8 +1,7 @@
 #!/bin/sh
 # FIXME: load selinux policy.  this should really be done after we switchroot 
 
-if [ -x "$NEWROOT/usr/sbin/load_policy" -o -x "$NEWROOT/sbin/load_policy" ] \
-   && [ -e "$NEWROOT/etc/sysconfig/selinux" -o -e "$NEWROOT/etc/selinux/config" ]; then
+if [ -x "$NEWROOT/usr/sbin/load_policy" -o -x "$NEWROOT/sbin/load_policy" ]; then
     ret=0
     info "Loading SELinux policy"
     {