aboutsummaryrefslogtreecommitdiff
path: root/sysutils/torque
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/torque')
-rw-r--r--sysutils/torque/files/patch-src-resmom-start_exec.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/torque/files/patch-src-resmom-start_exec.c b/sysutils/torque/files/patch-src-resmom-start_exec.c
new file mode 100644
index 000000000000..b0443b07b70b
--- /dev/null
+++ b/sysutils/torque/files/patch-src-resmom-start_exec.c
@@ -0,0 +1,11 @@
+--- src/resmom/start_exec.c.orig Sat Nov 18 15:11:38 2006
++++ src/resmom/start_exec.c Sat Nov 18 15:12:18 2006
+@@ -4772,7 +4772,7 @@
+
+ return(-1);
+ }
+- if (statbuf.st_gid != exgid)
++ if (statbuf.st_gid != exgid && statbuf.st_gid != 0)
+ {
+ log_err(-1,"open_std_file","std file exists with the wrong group, someone is doing something fishy");
+