ansible/roles/copr/backend/files/patches/proper-action-processor-umask.patch
2020-04-24 21:34:18 +02:00

11 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(