mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 02:50:47 -05:00
reorder network allowlists for consistency
This commit is contained in:
parent
afce4f2a51
commit
07dca7919d
@ -44,7 +44,7 @@ table inet filter {
|
|||||||
type filter hook output priority filter
|
type filter hook output priority filter
|
||||||
|
|
||||||
oif lo goto output-internal
|
oif lo goto output-internal
|
||||||
skuid != {root, systemd-network, chrony, unbound, http, attestation} counter goto output-reject
|
skuid != {root, systemd-network, unbound, chrony, http, attestation} counter goto output-reject
|
||||||
}
|
}
|
||||||
|
|
||||||
chain output-internal {
|
chain output-internal {
|
||||||
|
@ -44,7 +44,7 @@ table inet filter {
|
|||||||
type filter hook output priority filter
|
type filter hook output priority filter
|
||||||
|
|
||||||
oif lo goto output-internal
|
oif lo goto output-internal
|
||||||
skuid != {root, systemd-network, chrony, unbound, http, flarum, flarum-admin} counter goto output-reject
|
skuid != {root, systemd-network, unbound, chrony, http, flarum, flarum-admin} counter goto output-reject
|
||||||
}
|
}
|
||||||
|
|
||||||
chain output-internal {
|
chain output-internal {
|
||||||
|
@ -48,7 +48,7 @@ table inet filter {
|
|||||||
type filter hook output priority filter
|
type filter hook output priority filter
|
||||||
|
|
||||||
oif lo goto output-internal
|
oif lo goto output-internal
|
||||||
skuid != {root, systemd-network, chrony, unbound, powerdns, geoipupdate} counter goto output-reject
|
skuid != {root, systemd-network, unbound, chrony, powerdns, geoipupdate} counter goto output-reject
|
||||||
}
|
}
|
||||||
|
|
||||||
chain output-internal {
|
chain output-internal {
|
||||||
|
@ -44,7 +44,7 @@ table inet filter {
|
|||||||
type filter hook output priority filter
|
type filter hook output priority filter
|
||||||
|
|
||||||
oif lo goto output-internal
|
oif lo goto output-internal
|
||||||
skuid != {root, systemd-network, chrony, unbound, postfix, dovecot, dovenull} counter goto output-reject
|
skuid != {root, systemd-network, unbound, chrony, postfix, dovecot, dovenull} counter goto output-reject
|
||||||
}
|
}
|
||||||
|
|
||||||
chain output-internal {
|
chain output-internal {
|
||||||
|
@ -44,7 +44,7 @@ table inet filter {
|
|||||||
type filter hook output priority filter
|
type filter hook output priority filter
|
||||||
|
|
||||||
oif lo goto output-internal
|
oif lo goto output-internal
|
||||||
skuid != {root, systemd-network, chrony, unbound, http, synapse, matterbridge} counter goto output-reject
|
skuid != {root, systemd-network, unbound, chrony, http, synapse, matterbridge} counter goto output-reject
|
||||||
}
|
}
|
||||||
|
|
||||||
chain output-internal {
|
chain output-internal {
|
||||||
|
@ -44,7 +44,7 @@ table inet filter {
|
|||||||
type filter hook output priority filter
|
type filter hook output priority filter
|
||||||
|
|
||||||
oif lo goto output-internal
|
oif lo goto output-internal
|
||||||
skuid != {root, systemd-network, chrony, unbound, http} counter goto output-reject
|
skuid != {root, systemd-network, unbound, chrony, http} counter goto output-reject
|
||||||
}
|
}
|
||||||
|
|
||||||
chain output-internal {
|
chain output-internal {
|
||||||
|
Loading…
Reference in New Issue
Block a user