Update coreemu.py
set umask 0 to replicate previous behavior
This commit is contained in:
parent
17f874e25f
commit
9f9dfbf6c2
1 changed files with 3 additions and 0 deletions
|
@ -849,6 +849,9 @@ class CoreEmu(object):
|
|||
|
||||
:param dict config: configuration options
|
||||
"""
|
||||
# set umask 0
|
||||
os.umask(0)
|
||||
|
||||
# configuration
|
||||
self.config = config
|
||||
|
||||
|
|
Loading…
Reference in a new issue