selinux: turn off selinux by default

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 "
master
Harald Hoyer 2011-02-18 09:44:47 +01:00
parent c0a82e271e
commit 0ce274f02b
2 changed files with 1 additions and 8 deletions

View 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 "



View File

@ -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() {