12 lines
398 B
Diff
12 lines
398 B
Diff
|
--- /usr/bin/copr-backend-process-action 2019-12-04 01:01:26.000000000 +0000
|
||
|
+++ /usr/bin/copr-backend-process-action 2019-12-05 05:43:14.586341122 +0000
|
||
|
@@ -104,7 +104,7 @@
|
||
|
|
||
|
context = contextlib.nullcontext()
|
||
|
if args.daemon:
|
||
|
- context = daemon.DaemonContext()
|
||
|
+ context = daemon.DaemonContext(umask=0o22)
|
||
|
|
||
|
with context:
|
||
|
logger_name = '{}.{}.pid-{}'.format(
|