- 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
177 B
Plaintext
6 lines
177 B
Plaintext
# Security configuration - enabled mode
|
|
|
|
rootpw --lock # No root login from the console
|
|
selinux --enforcing # Set SELinux to enforcing mode
|
|
firewall --enabled # Enable firewall
|