Skip to content

Commit

Permalink
security: rsyslog for fail2ban (swizzin#1157)
Browse files Browse the repository at this point in the history
Adds the rsyslog package to mitigate an issue with fail2ban installs not starting on Debian 12 installs
  • Loading branch information
brettpetch authored Jun 22, 2024
1 parent 13a7ad9 commit e653958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update/10-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [[ $trigger_apt_update == "true" ]]; then
fi

#space-separated list of required GLOBAL SWIZZIN dependencies (NOT application specific ones)
dependencies="whiptail git sudo curl wget lsof fail2ban apache2-utils vnstat tcl tcl-dev build-essential dirmngr apt-transport-https bc uuid-runtime jq net-tools gnupg2 cracklib-runtime unzip ccze"
dependencies="whiptail git sudo curl wget lsof rsyslog fail2ban apache2-utils vnstat tcl tcl-dev build-essential dirmngr apt-transport-https bc uuid-runtime jq net-tools gnupg2 cracklib-runtime unzip ccze"

apt_install "${dependencies[@]}"

Expand Down

0 comments on commit e653958

Please sign in to comment.