restore check_fib() calls

This is needed to respect the "exec.fib" parameter in bastille "console" command, which has been deleted by commit b997be5
This commit is contained in:
Andrew
2024-01-18 19:55:58 +01:00
committed by GitHub
parent 3a4ebc63bb
commit 5faac5e7a4

View File

@@ -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