soios/os/layers/contestant/includes.chroot/etc
Jan Schär 500ca36444 Fix stuck nftables load
Previously, the ssh connection got stuck when first loading the nftables
ruleset. I now found the reason for this: conntrack was not active
before loading the ruleset, so there was no conntrack entry for the ssh
connection. This means the traffic was not matched by 'ct state
established', and the other output rules did not allow the traffic. To
fix this, we can load a ruleset at boot which uses conntrack; this
ensures that conntrack is already enabled when loading the actual
ruleset over ssh.
2025-03-07 12:41:24 +01:00
..
NetworkManager/system-connections Add contest WiFi connection 2024-05-13 22:59:31 +02:00
dconf/db/local.d Move common live functionality to a new layer 2024-05-11 14:45:55 +02:00
firefox/policies Initial commit 2024-05-09 22:45:53 +02:00
polkit-1/rules.d Add contest WiFi connection 2024-05-13 22:59:31 +02:00
ssh/sshd_config.d Initial commit 2024-05-09 22:45:53 +02:00
systemd/timesyncd.conf.d Move common live functionality to a new layer 2024-05-11 14:45:55 +02:00
nftables.conf Fix stuck nftables load 2025-03-07 12:41:24 +01:00