From eae12100a8b5c39970b7c5296c8a9352429c1578 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Wed, 10 Dec 2025 21:30:19 +0100 Subject: [PATCH] correct an awful regression. SELinux is either disabled or in enforcing mode. The enable switch does not work --- ingredients/core-security-on.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ingredients/core-security-on.cfg b/ingredients/core-security-on.cfg index 64e28a6..50fee86 100644 --- a/ingredients/core-security-on.cfg +++ b/ingredients/core-security-on.cfg @@ -1,3 +1,3 @@ -rootpw --lock # No root login from the console -selinux --enabled # Enable SELinux +rootpw --lock # No root login from the console +selinux --enforcing # Set SELinux to enforcing mode firewall --enabled # Enable firewall \ No newline at end of file