From: msweet Date: Tue, 18 Feb 2014 20:13:58 +0000 (+0000) Subject: Tweak SMB rules again. X-Git-Tag: v2.2b1~752 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e26851264d2f8123cac121aa1f0905b88ad3de0f;p=thirdparty%2Fcups.git Tweak SMB rules again. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11607 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/scheduler/process.c b/scheduler/process.c index ff13a328d5..76b029aa61 100644 --- a/scheduler/process.c +++ b/scheduler/process.c @@ -296,7 +296,7 @@ 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-write* file-read-data file-read-metadata\n" + cupsFilePuts(fp, "(allow file-write* file-read-data file-read-metadata file-ioctl\n" " (regex #\"^/dev/nsmb[0-9]+$\"))\n"); } else