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
parent
c0a82e271e
commit
0ce274f02b
|
@ -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 "
|
||||
|
||||
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue