Skip to content

Commit

Permalink
Fix broken sandboxing resulting in SIGABRT (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
tazz4843 authored Sep 3, 2024
1 parent 3729bce commit 5b7f822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/wireproxy.service
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK
RestrictNamespaces=true
RestrictRealtime=true
SystemCallArchitectures=native
SystemCallFilter=@system-service
SystemCallFilter=@system-service @sandbox

[Install]
WantedBy=multi-user.target

0 comments on commit 5b7f822

Please sign in to comment.