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

torrc: Allow the user to disable the tor Sandbox #40

Closed
wants to merge 2 commits into from

Conversation

Labels
None yet
Projects
None yet
1 participant
@teor2345
Copy link
Contributor

@teor2345 teor2345 commented Dec 11, 2019

  • Set the default for Sandbox based on the platform:
    1 for Linux, 0 for everything else.
  • Allow the user to override it with --sandbox or CHUTNEY_TOR_SANDBOX

This feature can be used when tor's sandbox doesn't work with the local
glibc version.

Closes ticket 32721.

teor2345 added 2 commits Dec 11, 2019
* Set the default for Sandbox based on the platform:
  1 for Linux, 0 for everything else.
* Allow the user to override it with --sandbox or CHUTNEY_TOR_SANDBOX

This feature can be used when tor's sandbox doesn't work with the local
glibc version.

Closes ticket 32721.
@teor2345
Copy link
Contributor Author

@teor2345 teor2345 commented Dec 17, 2019

Squashed and merged.

@teor2345 teor2345 closed this Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment