restore deleted MINIFW_FILE variable

This commit is contained in:
Jérémy Lecour 2022-09-14 10:51:57 +02:00 committed by Jérémy Lecour
parent 8a1bd96789
commit 5765ad2a7d
2 changed files with 4 additions and 0 deletions

View file

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

View file

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