Skip to content

Commit

Permalink
security: rsyslog for fail2ban
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 committed Apr 20, 2024
1 parent 953e4c7 commit cf42c19
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 cf42c19

Please sign in to comment.