]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/main.c
<rdar://problem/15939788> Improve CUPS sandboxing
[thirdparty/cups.git] / scheduler / main.c
index 162c4df486cf6c76f011d22ba2b5d2abbffb6857..2cd89c996ab129eee6806a2bdc50fdb5ab7fb897 100644 (file)
@@ -243,9 +243,8 @@ main(int  argc,                             /* I - Number of command-line args */
              break;
 
           case 'P' : /* Disable security profiles */
-              fputs("cupsd: -P (disable security profiles) is for internal "
-                    "testing use only!\n", stderr);
-             UseProfiles = 0;
+              fputs("cupsd: -P (disable sandboxing) is for internal testing use only.\n", stderr);
+             UseSandboxing = 0;
              break;
 
           case 's' : /* Set cups-files.conf location */