syscall: whitelist network access for msghand thread#1450
Merged
delta1 merged 1 commit intoElementsProject:masterfrom Apr 22, 2025
Merged
syscall: whitelist network access for msghand thread#1450delta1 merged 1 commit intoElementsProject:masterfrom
delta1 merged 1 commit intoElementsProject:masterfrom
Conversation
Unlike in Bitcoin, our message handling thread needs to open sockets in order to call out to the mainchain RPC interface. We recently brought in a seccomp syscall whitelist from upstream, which is enabled on my local CI box (though apparently not on Github CI) and it is failing on this.
Member
|
Thanks @apoelstra, confirmed I can now run the funcitonal tests with seccomp enabled. Tested ACK 12152bf |
apoelstra
added a commit
to apoelstra/local-nix-ci
that referenced
this pull request
May 2, 2025
Just pull this PR into a local patchfile for now. # # You are committing on CAMUS # # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch main # Your branch is ahead of 'origin/main' by 3 commits. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: ElementsProject.elements.check-pr.nix # new file: patches/elements-003.patch #
delta1
added a commit
to delta1/elements
that referenced
this pull request
Jul 9, 2025
syscall sandbox was removed upstream in bitcoin/bitcoin#27896
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unlike in Bitcoin, our message handling thread needs to open sockets in order to call out to the mainchain RPC interface. We recently brought in a seccomp syscall whitelist from upstream, which is enabled on my local CI box (though apparently not on Github CI) and it is failing on this.