Compare commits
2 Commits
a186c60e9a
...
8cc2c13c66
| Author | SHA1 | Date | |
|---|---|---|---|
| 8cc2c13c66 | |||
|
|
35deff93b3 |
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user