mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 15:41:04 +02:00
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:
parent
86a135d288
commit
bd7a950491
@ -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
|
|
@ -130,9 +130,6 @@ src_install() {
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
insinto '/etc/selinux/'
|
|
||||||
doins "${FILESDIR}/selinux/config"
|
|
||||||
|
|
||||||
insinto '/etc/bash/bashrc.d'
|
insinto '/etc/bash/bashrc.d'
|
||||||
doins "${FILESDIR}/bash/99-flatcar-bcc"
|
doins "${FILESDIR}/bash/99-flatcar-bcc"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user