mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Reject torrc if RunAsDaemon is given with relative paths.
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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user