From 604f68a1f28a354ab1511f5198de953f47a62737 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Mon, 24 Jan 2011 15:10:12 -0800 Subject: [PATCH] [FIXED HUDSON-5114] don't hard code umask to 027. --- changelog.html | 3 +++ core/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.html b/changelog.html index 024a2c553e..062bde74e4 100644 --- a/changelog.html +++ b/changelog.html @@ -45,6 +45,9 @@ Upcoming changes (issue 8401)
  • If a master fails to ping a slave, it should be hard-disconnected. +
  • + "java -jar hudson.war --daemon" was forcing umask 027. This includes Debian/redhat packages. + (issue 5114)
  • If the JNLP-connected slave drops out without the master not noticing, allow the reconnection without rejecting it. diff --git a/core/pom.xml b/core/pom.xml index a8fa401d48..ae060ae989 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -748,7 +748,7 @@ THE SOFTWARE. com.sun.akuma akuma - 1.2 + 1.4 org.jvnet.libpam4j -- GitLab