]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Tweak SMB rules again.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 18 Feb 2014 20:13:58 +0000 (20:13 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 18 Feb 2014 20:13:58 +0000 (20:13 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11607 a1ca3aef-8c08-0410-bb20-df032aa958be

scheduler/process.c

index ff13a328d5b0db425a8edf1e38a3a621bc915685..76b029aa61bb43a2f16875f338e8e64dd575950f 100644 (file)
@@ -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