1
0
Fork 0

Apply hardened firewall configuration
All checks were successful
/ build-kde (push) Successful in 12m23s
/ build-gnome (push) Successful in 7m48s

This commit is contained in:
ver4a 2024-11-15 23:11:31 +01:00
parent bd5ff059ca
commit 5b40fc2724
2 changed files with 8 additions and 0 deletions

View file

@ -26,5 +26,9 @@ RUN dnf5 -y remove bash-color-prompt
# Apply configuration
COPY etc /etc
# Apply hardened firewall configuration
RUN firewall-offline-cmd --set-default-zone public
RUN firewall-offline-cmd --remove-service ssh
# https://github.com/ostreedev/ostree-rs-ext/issues/159
RUN ostree container commit

View file

@ -26,5 +26,9 @@ RUN dnf5 -y remove bash-color-prompt
# Apply configuration
COPY etc /etc
# Apply hardened firewall configuration
RUN firewall-offline-cmd --set-default-zone public
RUN firewall-offline-cmd --remove-service ssh
# https://github.com/ostreedev/ostree-rs-ext/issues/159
RUN ostree container commit