]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix typo.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 18 Feb 2014 19:21:40 +0000 (19:21 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 18 Feb 2014 19:21:40 +0000 (19:21 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11602 a1ca3aef-8c08-0410-bb20-df032aa958be

scheduler/process.c

index 6e28dc7ad8034fa1255ab00cb520fd8230b5dd28..29c7d27cc84c7c5a7348c60440954014eeaf1059 100644 (file)
@@ -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
   {