]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/process.c
Merge changes from CUPS 1.5svn-r8849.
[thirdparty/cups.git] / scheduler / process.c
index 81e5a697f3a3aa7dbf874ac22d9b078c509728d0..d026f0ab0dd5bcd3d66736dd28addde0eca9c6b3 100644 (file)
@@ -295,7 +295,7 @@ cupsdStartProcess(
 
     return (0);
   }
-  else if ((commandinfo.st_mode & (S_ISUID | S_IWOTH)) ||
+  else if ((commandinfo.st_mode & (S_ISUID | S_IWGRP | S_IWOTH)) ||
            (!RunUser && commandinfo.st_uid))
   {
     *pid = 0;