Skip to content
  • Koichi Sasada's avatar
    39c9d99f
    'SPEC_TEMP_DIR` should not be world-writable · 39c9d99f
    Koichi Sasada authored
    `SPEC_TEMP_DIR` is not present until `tmp()` method is called
    on parallel run. In this case `tmp()` is called with `File.umask = 0`.
    This patch makes `SPEC_TEMP_DIR` before `File.umask = 0`.
    
    To solve the issue essentially, I think `SPEC_TEMP_DIR` should be
    prepared at the beginning of parallel process.
    39c9d99f
    'SPEC_TEMP_DIR` should not be world-writable
    Koichi Sasada authored
    `SPEC_TEMP_DIR` is not present until `tmp()` method is called
    on parallel run. In this case `tmp()` is called with `File.umask = 0`.
    This patch makes `SPEC_TEMP_DIR` before `File.umask = 0`.
    
    To solve the issue essentially, I think `SPEC_TEMP_DIR` should be
    prepared at the beginning of parallel process.
Loading