From 5dabc7525755104b70a91643409c426d6407b511 Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Tue, 21 Dec 2021 19:20:31 -0700 Subject: [PATCH] hotfix for the VNET interface description patch --- usr/local/share/bastille/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index 17808007..1914fd05 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -244,7 +244,7 @@ ${NAME} { vnet; vnet.interface = e0b_${uniq_epair}; exec.prestart += "jib addm ${uniq_epair} ${bastille_jail_conf_interface}"; - exec.prestart += "ifconfig e0a_${uniq_epair} description \"vnet host interface for Bastille jail ${NAME}""; + exec.prestart += "ifconfig e0a_${uniq_epair} description \"vnet host interface for Bastille jail ${NAME}\""; exec.poststop += "jib destroy ${uniq_epair}"; } EOF