summaryrefslogtreecommitdiff
path: root/print/hplip/files/patch-hpdio.py
blob: e56b5ac5bf8e0b752c2b13c75eb5e575f758b8ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- hpdio.py.orig	2022-02-23 07:41:04 UTC
+++ hpdio.py
@@ -67,7 +67,7 @@ def run(read_pipe2=None,  # pipe from hpssd
 
     global r2, w3
 #    tmp_dir = '/tmp'
-    os.umask(0o111)
+    os.umask(0o133)
 
     try:
         log.set_module("hp-systray(hpdio)")