Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken sandboxing resulting in SIGABRT #136

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Fix broken sandboxing resulting in SIGABRT #136

merged 1 commit into from
Sep 3, 2024

Conversation

tazz4843
Copy link
Contributor

@tazz4843 tazz4843 commented Sep 3, 2024

Something in wireproxy calls landlock_create_ruleset, which triggers systemd killing the unit as that's not in the allowed syscall list. Easiest fix here is allowing it to call said fn.

@whyvl whyvl merged commit 5b7f822 into whyvl:master Sep 3, 2024
artem-russkikh added a commit to artem-russkikh/wireproxy-awg that referenced this pull request Sep 14, 2024
* Update README (whyvl#137)

* Fix broken sandboxing resulting in SIGABRT (whyvl#136)

* Fix HTTP proxy authentication to support both preemptive and challenge-response auth (whyvl#134)

* Bump version

---------

Co-authored-by: Niko <niko@niko.lgbt>
Co-authored-by: Luiz Henrique Gomes Palácio <lhpalacio@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants