From: msweet Date: Tue, 18 Feb 2014 19:21:40 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.2b1~754 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7364ba24ec34006a67ab8266ab73ab7cf21cdc5f;p=thirdparty%2Fcups.git Fix typo. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11602 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/scheduler/process.c b/scheduler/process.c index 6e28dc7ad8..29c7d27cc8 100644 --- a/scheduler/process.c +++ b/scheduler/process.c @@ -296,7 +296,8 @@ cupsdCreateProfile(int job_id, /* I - Job ID or 0 for none */ /* Also allow access to Bluetooth, USB, and SMB */ cupsFilePuts(fp, "(allow iokit-open)\n"); - cupsFilePuts(fp, "(allow file-read-* file-write (literal \"/dev/nsmb0\"))\n"); + cupsFilePuts(fp, "(allow file-write* file-read-data file-read-metadata\n" + " (literal \"/dev/nsmb0\"))\n"); } else {