rustybird / corridor

Tor traffic whitelisting gateway
ISC License
68 stars 6 forks source link

Qubes mkdir -p "$RELAYS_STATE" missing #20

Closed adrelanos closed 8 years ago

adrelanos commented 8 years ago

Unless I am missing something, for Qubes there is some. mkdir -p "$RELAYS_STATE" required. For /var/lib/corridor non-Qubes case you handle it in the makefile but for the Qubes case this is currently not handled. I guess folder existence should be checked/created in corridor-data.

rustybird commented 8 years ago

corridor_relays is the filename, it is created directly in /rw (which will already exist)