From 3319e6243c5754598671fd64e7eb1e1cd36a6f21 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 28 May 2025 22:18:24 -0600 Subject: [PATCH] base_template: disable root password --- usr/local/share/bastille/templates/default/base/Bastillefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/share/bastille/templates/default/base/Bastillefile b/usr/local/share/bastille/templates/default/base/Bastillefile index ad898446..d68abccc 100644 --- a/usr/local/share/bastille/templates/default/base/Bastillefile +++ b/usr/local/share/bastille/templates/default/base/Bastillefile @@ -3,6 +3,7 @@ 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"