]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
More sandbox tweaks for Fax.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Mon, 17 Mar 2014 18:28:28 +0000 (18:28 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Mon, 17 Mar 2014 18:28:28 +0000 (18:28 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11701 a1ca3aef-8c08-0410-bb20-df032aa958be

scheduler/process.c

index efd062f4f3bc8963f5f30f24afbc104eceadf256..7746de3eef0d3b0dfa793f6541fa73b4187d1f7c 100644 (file)
@@ -198,6 +198,8 @@ cupsdCreateProfile(int job_id,              /* I - Job ID or 0 for none */
                  " #\"^/usr/bin/\""    /* /usr/bin/... */
                  " #\"^/usr/libexec/cups$\""   /* /usr/libexec/cups */
                  " #\"^/usr/libexec/cups/\""   /* /usr/libexec/cups/... */
+                 " #\"^/usr/libexec/fax$\""    /* /usr/libexec/fax */
+                 " #\"^/usr/libexec/fax/\""    /* /usr/libexec/fax/... */
                  " #\"^/usr/sbin$\""   /* /usr/sbin */
                  " #\"^/usr/sbin/\""   /* /usr/sbin/... */
                 " #\"^/Library/Application Support$\""
@@ -248,6 +250,7 @@ cupsdCreateProfile(int job_id,              /* I - Job ID or 0 for none */
                  " #\"^/usr/sbin/\""   /* /usr/sbin/... */
                 " #\"^%s/\""           /* ServerBin/... */
                 " #\"^/Library/Printers/.*/\""
+                " #\"^/System/Library/Frameworks/Python.framework/\""
                 "))\n",
                 bin);
   if (RunUser && getenv("CUPS_TESTROOT"))