overlay coreos-base/misc-files: Drop our selinux config

Gentoo's selinux config is the same as ours now, so we don't need to
override it any more.
This commit is contained in:
Krzesimir Nowak 2025-03-20 12:46:44 +01:00
parent 86a135d288
commit bd7a950491
2 changed files with 0 additions and 18 deletions

View File

@ -1,15 +0,0 @@
# This file controls the state of SELinux on the system on boot.
# SELINUX can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=permissive
# SELINUXTYPE can take one of these four values:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
# mls - Full SELinux protection with Multi-Level Security
# mcs - Full SELinux protection with Multi-Category Security
# (mls, but only one sensitivity level)
SELINUXTYPE=mcs

View File

@ -130,9 +130,6 @@ src_install() {
fi
done
insinto '/etc/selinux/'
doins "${FILESDIR}/selinux/config"
insinto '/etc/bash/bashrc.d'
doins "${FILESDIR}/bash/99-flatcar-bcc"