mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
The chdir() call in RunAsDaemon makes the behavior here surprising, and either way of trying to resolve the surprise seems sure to startle a significant fraction of users. Instead, let's refuse to guess, and refuse these configurations. Closes ticket 22731.
5 lines
284 B
Text
5 lines
284 B
Text
o Minor features (relay, configuration):
|
|
- Reject attempts to use relative file paths when RunAsDaemon is set.
|
|
Previously, Tor would accept these, but the directory-changing step
|
|
of RunAsDaemon would give strange and/or confusing results.
|
|
Closes ticket 22731.
|