main/awall: use boot runlevel for iptables

to ensure the firewall is active before the network interfaces

fixes #9660
This commit is contained in:
Kaarle Ritvanen 2026-04-02 18:25:55 +03:00
parent c0f89c2a91
commit 4ec701d330
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Kaarle Ritvanen <kunkku@alpinelinux.org>
pkgname=awall
pkgver=1.13.0
pkgrel=1
pkgrel=2
pkgdesc="Alpine Wall"
url="https://gitlab.alpinelinux.org/alpine/awall"
_luaver=5.4
@ -52,6 +52,6 @@ policies() {
sha512sums="
b25c704e6cc83d9ea0fa01007dfb39310887d23bcda96533c21708cdd30043ccbd788e18e8b0c0cc39b7e1f606ca9c924ebc1fcdbf4114ae8c4b4fbc31509bce awall-v1.13.0.tar.bz2
e83ea3281c298092530e45fa5b62f6f85b9e5109b11e109799465ea832608294c7d9c4c3f5b0f321dfc0e82040daf3a17d066e9dea65cb0dbae2c453ea9e62cd awall-init
14001e9bd5f0b6f0bea352ba16f8fed3989786d5b19ee5edf37dfb2a2a8b182a995e85299d65845ad2c2c8369096314af9adca82cb62d1787764b0d998b4e766 awall-init
953e60154411506f3bf2af100e85345c8f2651e6e07cdfb4d187e48b3e55186559e69260e84a99384b26f10d216efe811b9977722edc98030a16d28b6f328e6a setup-firewall
"

View File

@ -1,7 +1,7 @@
#!/bin/sh -e
# Service setup script for Alpine Wall on Alpine Linux
# Copyright (C) 2018-2019 Kaarle Ritvanen
# Copyright (C) 2018-2026 Kaarle Ritvanen
SRV=$1
@ -14,5 +14,5 @@ if [ "$FORWARD" != no ]; then
set_param IPFORWARD yes
fi
rc-update add $SRV
rc-update add $SRV boot
service $SRV start