]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
More tweakage.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Mon, 3 Mar 2014 18:40:35 +0000 (18:40 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Mon, 3 Mar 2014 18:40:35 +0000 (18:40 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11663 a1ca3aef-8c08-0410-bb20-df032aa958be

scheduler/process.c

index 6a9564929b1d0d6258e11c06f87df55a60b5af7d..135cf13f24ad6512e5c45a44b06363dc305260ef 100644 (file)
@@ -188,9 +188,11 @@ cupsdCreateProfile(int job_id,             /* I - Job ID or 0 for none */
                  " #\"^/bin$\""                /* /bin */
                  " #\"^/bin/\""                /* /bin/... */
                  " #\"^/private$\""
-                 " #\"^/private/etc/services$\""
+                 " #\"^/private/etc$\""
+                 " #\"^/private/etc/\""
                  " #\"^/private/var$\""
                  " #\"^/private/var/db$\""
+                 " #\"^/private/var/folders$\""
                  " #\"^/private/var/spool$\""
                  " #\"^/usr/bin$\""    /* /usr/bin */
                  " #\"^/usr/bin/\""    /* /usr/bin/... */