From: msweet Date: Mon, 17 Mar 2014 18:28:28 +0000 (+0000) Subject: More sandbox tweaks for Fax. X-Git-Tag: v2.2b1~711 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f4342fa09bca217bbb76f7eeafcff747533ab1f;p=thirdparty%2Fcups.git More sandbox tweaks for Fax. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11701 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/scheduler/process.c b/scheduler/process.c index efd062f4f3..7746de3eef 100644 --- a/scheduler/process.c +++ b/scheduler/process.c @@ -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"))