From: msweet Date: Mon, 3 Mar 2014 18:40:35 +0000 (+0000) Subject: More tweakage. X-Git-Tag: v2.2b1~724 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9183105e4e9418cda5d6d87c17c79de6c1c36aa;p=thirdparty%2Fcups.git More tweakage. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11663 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/scheduler/process.c b/scheduler/process.c index 6a9564929b..135cf13f24 100644 --- a/scheduler/process.c +++ b/scheduler/process.c @@ -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/... */