- Move recipe-generator/ to cook/ for cleaner structure - Fix ksflatten-relative path conversion to handle all %include paths - Fix validation exit code to only fail on actual errors - All recipes now generate and flatten successfully via make all
6 lines
286 B
Plaintext
6 lines
286 B
Plaintext
# Security configuration - disabled mode
|
|
|
|
rootpw --plaintext 1234 --allow-ssh # Root account is enabled with weak password and allow ssh
|
|
selinux --disabled # Disable SELinux
|
|
firewall --enabled --ssh # Reject incoming connections that are not in response to outbound requests except SSH
|