mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-20 03:39:07 -07:00
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:
committed by
Jason Zaman
parent
32665ad4a1
commit
ef673f9a03
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user