Revert "fix(fedimint): run fmcd with seccomp=unconfined so its DHT can start (#7)"

This reverts commit 409543c41e.
This commit is contained in:
archipelago
2026-06-20 14:37:24 -04:00
parent 409543c41e
commit 63b98599e8
4 changed files with 0 additions and 31 deletions
-6
View File
@@ -42,12 +42,6 @@ app:
# skip this whole manifest, so fmcd never ran and federations never joined.)
# Lock down once the default federation's reachability model is finalized.
network_policy: bridge
# fmcd's Mainline-DHT / iroh transport uses syscalls the default rootless
# seccomp profile blocks on some kernels (e.g. .116, kernel 6.12.74), where
# fmcd crash-loops "Operation not permitted (os error 1)" and never serves
# its REST API — so federations can't be joined (#7). Verified: with
# seccomp=unconfined fmcd boots and answers /v2/* (HTTP 401 vs dead 000).
seccomp_unconfined: true
ports:
# fmcd REST bound to 8080 in-container; 8080 collides with LND REST on the