From: msweet Date: Mon, 3 Mar 2014 16:53:05 +0000 (+0000) Subject: More sandbox tweaks. X-Git-Tag: v2.2b1~725 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e83de0532b65eb36df08273796557ba51699226;p=thirdparty%2Fcups.git More sandbox tweaks. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11661 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/scheduler/process.c b/scheduler/process.c index a4a50cb1f2..6a9564929b 100644 --- a/scheduler/process.c +++ b/scheduler/process.c @@ -303,10 +303,11 @@ cupsdCreateProfile(int job_id, /* I - Job ID or 0 for none */ " (local udp \"*:*\")\n" " (remote udp \"*:*\"))\n"); - /* Also allow access to Bluetooth, USB, and device files */ + /* Also allow access to Bluetooth, USB, device files, etc. */ cupsFilePuts(fp, "(allow iokit-open)\n"); cupsFilePuts(fp, "(allow file-write* file-read-data file-read-metadata file-ioctl\n" " (regex #\"^/dev/\"))\n"); + cupsFilePuts(fp, "(allow distributed-notification-post)\n"); } else {