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

sandbox: Do not require M_SYSCALL. #1919

Merged
merged 1 commit into from Jun 23, 2020

Conversation

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

@nmathewson nmathewson commented Jun 4, 2020

M_SYSCALL is used to report information about a sandbox violation,
but when we don't have a definition for it, it still makes sense to
compile.

Closes ticket 34382.

M_SYSCALL is used to report information about a sandbox violation,
but when we don't have a definition for it, it still makes sense to
compile.

Closes ticket 34382.
@coveralls
Copy link

@coveralls coveralls commented Jun 4, 2020

Pull Request Test Coverage Report for Build 9047

  • 0 of 3 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.002%) to 64.175%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/lib/sandbox/sandbox.c 0 3 0.0%
Totals Coverage Status
Change from base Build 9046: -0.002%
Covered Lines: 50936
Relevant Lines: 79371

💛 - Coveralls

@torproject-pusher torproject-pusher merged commit 318753f into torproject:master Jun 23, 2020
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment