selinux: turn off selinux by default
authorHarald Hoyer <harald@redhat.com>
Fri, 18 Feb 2011 08:44:47 +0000 (09:44 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 18 Feb 2011 08:44:47 +0000 (09:44 +0100)
In Fedora selinux is now handled by systemd. If you want to enable
selinux by default, just add it to your /etc/dracut.conf.d/01-dist.conf
with:
add_dracutmodules+=" selinux "

dracut.conf.d/suse.conf.example
modules.d/98selinux/module-setup.sh

index 9afda04..f25ab01 100644 (file)
@@ -1,5 +1,2 @@
 i18n_vars="/etc/sysconfig/language:RC_LANG-LANG,RC_LC_ALL-LC_ALL /etc/sysconfig/console:CONSOLE_UNICODEMAP-FONT_UNIMAP,CONSOLE_FONT-FONT,CONSOLE_SCREENMAP-FONT_MAP /etc/sysconfig/keyboard:KEYTABLE-KEYMAP"
 
-omit_dracutmodules+=" selinux "
-
-
index 483e42f..316b552 100755 (executable)
@@ -3,11 +3,7 @@
 # ex: ts=8 sw=4 sts=4 et filetype=sh
 
 check() {
-    [[ $hostonly ]] && {
-        [ -x "/usr/sbin/load_policy" -o -x "/sbin/load_policy" ] || return 1
-        return 0
-    }
-    return 0
+    return 255
 }
 
 depends() {