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

Merged
lukas merged 1 commits from lax-security-settings into main 2025-12-09 21:22:46 +00:00
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 --disabled # Disable SELinux ; other option: --enable
rootpw --plaintext 1234 # Root account is enabled with weak password
selinux --disabled # Disable SELinux
firewall --disabled # Disable firewall

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