Extract parameters from core, and create new ingredients out of it, including for security., network, or services

This commit is contained in:
luz
2025-04-29 19:15:33 -05:00
parent 483fad16f4
commit c7e7c8f21a
5 changed files with 46 additions and 8 deletions

View File

@ -0,0 +1,12 @@
# __ ____ ____ _____
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
#
# What ? This kickstart ingredient sets security to low
rootpw --lock --iscrypted locked # The root account is locked by default. The root user will not be able to log in from the console
selinux --disabled # Make sure SELinux is disabled ; other option: --enforcing
firewall --disabled # Make sure the firewall is disabled