bug19556 376 B

123456
  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.