tweak the security settings, to allow root login for debuging purposes (i.e. when initial-setup does not work)

This commit is contained in:
Lukas Greve
2025-12-09 22:20:47 +01:00
parent a186c60e9a
commit 35deff93b3
2 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
rootpw --lock --iscrypted locked # Lock the root account. Can still be undone by end-user during initial setup
selinux --enabled # Enable SELinux ; other option: --disabled
rootpw --lock # No root login from the console
selinux --enabled # Enable SELinux
firewall --enabled # Enable firewall