ObjFW  Diff

Differences From Artifact [5aba4f761b]:

To Artifact [f19ce10640]:


473
474
475
476
477
478
479



480
481
482
483
484
485
486
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489







+
+
+







		}
	}

#ifdef OF_HAVE_SANDBOX
	[sandbox unveilPath: (outputPath != nil
				 ? outputPath : OF_PATH_CURRENT_DIRECTORY)
		permissions: @"wc"];
	/* In case we use ObjOpenSSL for https later */
	[sandbox unveilPath: @"/etc/ssl"
		permissions: @"r"];

	[sandbox setAllowsUnveil: false];
	[OFApplication activateSandbox: sandbox];
#endif

	_outputPath = [outputPath copy];
	_URLs = [[optionsParser remainingArguments] retain];