Browse Source

selinux-loadpolicy: do not check for selinux config files

leave it up to load_policy
master
Harald Hoyer 16 years ago
parent
commit
600131fe85
  1. 3
      modules.d/99base/selinux-loadpolicy.sh

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

@ -1,8 +1,7 @@ @@ -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"
{

Loading…
Cancel
Save