2 Commits

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 rootpw --plaintext 1234 # Root account is enabled with weak password
selinux --disabled # Disable SELinux ; other option: --enable selinux --disabled # Disable SELinux
firewall --disabled # Disable firewall 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 rootpw --lock # No root login from the console
selinux --enabled # Enable SELinux ; other option: --disabled selinux --enabled # Enable SELinux
firewall --enabled # Enable firewall firewall --enabled # Enable firewall