From 5765ad2a7d3d8f51a6e7673ef18dab53fa36140c Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 14 Sep 2022 10:51:57 +0200 Subject: [PATCH] restore deleted MINIFW_FILE variable --- linux/CHANGELOG | 2 ++ linux/evocheck.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/linux/CHANGELOG b/linux/CHANGELOG index 8b01def..2c72b08 100644 --- a/linux/CHANGELOG +++ b/linux/CHANGELOG @@ -13,6 +13,8 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Fixed +* restore deleted MINIFW_FILE variable + ### Security ## [22.08.1] 2022-08-29 diff --git a/linux/evocheck.sh b/linux/evocheck.sh index 2771c90..ffae9e7 100755 --- a/linux/evocheck.sh +++ b/linux/evocheck.sh @@ -1527,6 +1527,8 @@ main() { main_output_file=$(mktemp --tmpdir="${TMPDIR:-/tmp}" "evocheck.main.XXXXX") files_to_cleanup="${files_to_cleanup} ${main_output_file}" + MINIFW_FILE=$(minifirewall_file) + test "${IS_TMP_1777:=1}" = 1 && check_tmp_1777 test "${IS_ROOT_0700:=1}" = 1 && check_root_0700 test "${IS_USRSHARESCRIPTS:=1}" = 1 && check_usrsharescripts