3 lines
211 B
INI
3 lines
211 B
INI
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
|
|
firewall --disabled # Disable firewall |