correct an awful regression. SELinux is either disabled or in enforcing mode. The enable switch does not work

This commit is contained in:
Lukas Greve
2025-12-10 21:30:19 +01:00
parent bc5f156cd9
commit eae12100a8

View File

@@ -1,3 +1,3 @@
rootpw --lock # No root login from the console rootpw --lock # No root login from the console
selinux --enabled # Enable SELinux selinux --enforcing # Set SELinux to enforcing mode
firewall --enabled # Enable firewall firewall --enabled # Enable firewall