]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/process.c
Merge changes from CUPS 1.4svn-r7282.
[thirdparty/cups.git] / scheduler / process.c
index a22548e8f87a97553606dac35c4510be68b8210f..d37b07915c973d638bd9b1c76cb652b5524e2ce9 100644 (file)
@@ -106,7 +106,8 @@ cupsdCreateProfile(int job_id)              /* I - Job ID or 0 for none */
                 "#\"^/Library\" #\"^/System\" #\"^/Users\"))\n", root);
   cupsFilePrintf(fp,
                  "(allow file-write* file-read-data file-read-metadata\n"
-                 "  (regex #\"^%s$\" #\"^%s/\" #\"^%s$\" #\"^%s/\"))\n",
+                 "  (regex #\"^%s$\" #\"^%s/\" #\"^%s$\" #\"^%s/\" "
+                "#\"^/Library/Caches/\"))\n",
                 temp, temp, cache, cache);
   if (job_id)
     cupsFilePrintf(fp,