From ace7bdce2f3be8da5cd302d233f407526afe0f99 Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Sun, 19 Nov 2023 14:37:31 -0700 Subject: [PATCH] add osrelease to jail.conf for new jails --- usr/local/share/bastille/create.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index e0c805cb..5798e640 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -178,6 +178,7 @@ ${NAME} { mount.fstab = ${bastille_jail_fstab}; path = ${bastille_jail_path}; securelevel = 2; + osrelease = ${RELEASE}; interface = ${bastille_jail_conf_interface}; ${IP4_DEFINITION} @@ -225,6 +226,7 @@ ${NAME} { mount.fstab = ${bastille_jail_fstab}; path = ${bastille_jail_path}; securelevel = 2; + osrelease = ${RELEASE}; ${NETBLOCK} }