From 5faac5e7a46c0758e38807336d2a1bb46f0080d6 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 18 Jan 2024 19:55:58 +0100 Subject: [PATCH] restore check_fib() calls This is needed to respect the "exec.fib" parameter in bastille "console" command, which has been deleted by commit b997be5 --- usr/local/share/bastille/console.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/share/bastille/console.sh b/usr/local/share/bastille/console.sh index 16f5c599..debba8cc 100644 --- a/usr/local/share/bastille/console.sh +++ b/usr/local/share/bastille/console.sh @@ -82,6 +82,7 @@ for _jail in ${JAILS}; do if [ -n "${USER}" ]; then validate_user else + check_fib LOGIN="$(jexec -l "${_jail}" which login)" ${_setfib} jexec -l "${_jail}" $LOGIN -f root fi