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 crash when tor is compiled with NSS and seccomp sandbox is enabled #1887

Open
wants to merge 1 commit into
base: maint-0.3.5
Choose a base branch
from

Conversation

Labels
None yet
Projects
None yet
3 participants
@nmathewson
Copy link
Contributor

@nmathewson nmathewson commented May 12, 2020

Adds seccomp rules for socket and getpeername used by NSS

Adds seccomp rules for socket and getpeername used by NSS
@coveralls
Copy link

@coveralls coveralls commented May 12, 2020

Pull Request Test Coverage Report for Build 8895

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage remained the same at 59.2%

Files with Coverage Reduction New Missed Lines %
src/lib/sandbox/sandbox.c 1 1.41%
Totals Coverage Status
Change from base Build 8863: 0.0%
Covered Lines: 43323
Relevant Lines: 73181

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment