Fabian Peter Hammerle hace 5 años
padre
commit
5063f99c17
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      rc.xsh

+ 2 - 0
rc.xsh

@@ -38,10 +38,12 @@ import re
 import select
 import shlex
 import shutil
+import stat
 import subprocess
 import sys
 import threading
 
+os.umask(stat.S_IWGRP | stat.S_IRWXO) # 027
 # default locale
 # will be used for all non-explicitly set LC_* variables
 $LANG = 'en_US.UTF-8'