From 35ee25cfef3602d0428913bb53c54487be3e1c72 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 1 Mar 2015 15:25:33 +0100 Subject: change jenkins' umask to 022 Previously, the umask was not correctly propagated to jenkins by the init script, so this setting was ineffective. Now it changed to 027 breaking at least rebootstrap jobs by turning /etc/apt/apt.conf.d/80proxy to -rw-r----- in chroot-run.sh. --- etc/default/jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/default/jenkins b/etc/default/jenkins index d3fdb8f1..744fca61 100644 --- a/etc/default/jenkins +++ b/etc/default/jenkins @@ -42,7 +42,7 @@ MAXOPENFILES=8192 # set the umask to control permission bits of files that Jenkins creates. # 027 makes files read-only for group and inaccessible for others. comment this out to inherit setting # (as of Ubuntu 12.04, by default umask comes from pam_umask(8) and /etc/login.defs -UMASK=027 +UMASK=022 # port for HTTP connector (default 8080; disable with -1) HTTP_PORT=8080 -- cgit v1.2.3-70-g09d2