Files
hackacad/usr/local/share/bastille/templates/default/base/Bastillefile
2025-05-28 22:18:24 -06:00

16 lines
408 B
Plaintext

ARG HOST_RESOLV_CONF=/etc/resolv.conf
CMD touch /etc/rc.conf
CMD touch /etc/periodic.conf
CMD sysrc -f /etc/periodic.conf daily_status_world_kernel="NO"
CMD pw user mod root -h -
SYSRC syslogd_flags="-ss"
SYSRC sendmail_enable="NO"
SYSRC sendmail_submit_enable="NO"
SYSRC sendmail_outbound_enable="NO"
SYSRC sendmail_msp_queue_enable="NO"
SYSRC cron_flags="-J 60"
CP "${HOST_RESOLV_CONF}" etc/resolv.conf