bug19556 424 B

1234567
  1. o Minor bugfixes (sandboxing):
  2. - When sandboxing is enabled, we could not write any stats to
  3. disk. check_or_create_data_subdir("stats"), which prepares the
  4. private stats directory, calls check_private_dir(), which also
  5. opens and not just stats() the directory. Therefore, we need to
  6. also allow open() for the stats dir in our sandboxing setup.
  7. Fixes bug 19556; bugfix on 0.2.5.1-alpha.