Commit 8d25ab63 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Merge remote-tracking branch 'weasel/bug19557' into maint-0.2.8

parents 74cbbda8 55d380f3
Loading
Loading
Loading
Loading

changes/bug19557

0 → 100644
+4 −0
Original line number Diff line number Diff line
  o Major bugfixes (sandboxing):
    - Our sandboxing code would not allow us to write to stats/hidserv-stats,
      causing tor to abort while trying to write stats.  This was previously
      masked by bug 19556.  Fixes bug 19557.
+1 −0
Original line number Diff line number Diff line
@@ -3530,6 +3530,7 @@ sandbox_init_filter(void)
    OPEN_DATADIR2_SUFFIX("stats", "exit-stats", ".tmp");
    OPEN_DATADIR2_SUFFIX("stats", "buffer-stats", ".tmp");
    OPEN_DATADIR2_SUFFIX("stats", "conn-stats", ".tmp");
    OPEN_DATADIR2_SUFFIX("stats", "hidserv-stats", ".tmp");

    OPEN_DATADIR("approved-routers");
    OPEN_DATADIR_SUFFIX("fingerprint", ".tmp");