@@ -475,10 +475,13 @@ #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