Skip to content

Commit

Permalink
⚙️ Enable fail2ban for systemd from cloud-configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed May 14, 2022
1 parent e328d66 commit 87007de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ RUN zypper in -y \
vim \
which && zypper cc

RUN systemctl enable fail2ban

# Copy the luet config file pointing to the upgrade repository
COPY repositories.yaml /etc/luet/luet.yaml

Expand Down
2 changes: 0 additions & 2 deletions Dockerfile.opensuse-arm-rpi
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ RUN zypper in -y \
vim \
which && zypper cc

RUN systemctl enable fail2ban

# Copy the luet config file pointing to the upgrade repository
COPY repositories.yaml /etc/luet/luet.yaml

Expand Down
1 change: 1 addition & 0 deletions overlay/files/system/oem/03_branding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ stages:
- systemd-timesyncd
- nohang
- nohang-desktop
- fail2ban
- sshd
mask:
- purge-kernels
Expand Down

0 comments on commit 87007de

Please sign in to comment.