sec-policy/selinux-base: default to mcs policy type

As our own documentation states mcs is the recommended policy type for
most users, let's default to mcs in the selinux config file.

Closes: https://github.com/gentoo/gentoo/pull/40049
Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
This commit is contained in:
Rahul Sandhu
2025-01-08 12:45:06 +00:00
committed by Jason Zaman
parent 32665ad4a1
commit ef673f9a03

View File

@@ -12,4 +12,4 @@ SELINUX=permissive
# mls - Full SELinux protection with Multi-Level Security
# mcs - Full SELinux protection with Multi-Category Security
# (mls, but only one sensitivity level)
SELINUXTYPE=strict
SELINUXTYPE=mcs