]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/lilylib.py
* python/lilylib.py (setup_temp): temporary directories are mode 700.
[lilypond.git] / python / lilylib.py
index 173d5d60cfba54706d455b8d097f5055bba243ab..17992d8c96d99f87cc28a15d5a6429bf86a88968 100644 (file)
@@ -208,7 +208,7 @@ def setup_temp ():
        if not __main__.keep_temp_dir_p:
                __main__.temp_dir = tempfile.mktemp (__main__.program_name)
        try:
-               os.mkdir (__main__.temp_dir, 0777)
+               os.mkdir (__main__.temp_dir, 0700)
        except OSError:
                pass